@financial-times/cp-content-pipeline-schema 0.7.32 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.0](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-schema-v0.7.33...cp-content-pipeline-schema-v1.0.0) (2023-08-16)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * release 1.0 ([71d8ff4](https://github.com/Financial-Times/cp-content-pipeline/commit/71d8ff416c06d318413d1e20ce63d24ec14b7059))
9
+
10
+ ## [0.7.33](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-schema-v0.7.32...cp-content-pipeline-schema-v0.7.33) (2023-08-16)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * make an innocuous change to trigger a release of this package ([0fbe8b5](https://github.com/Financial-Times/cp-content-pipeline/commit/0fbe8b5d17d1b20a313e23fdc9c45b1c2f2d27f2))
16
+
3
17
  ## [0.7.32](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-schema-v0.7.31...cp-content-pipeline-schema-v0.7.32) (2023-08-14)
4
18
 
5
19
 
package/README.md CHANGED
@@ -101,3 +101,4 @@ For nodes that require additional information, a file should be created in the [
101
101
  ### How do I add a new "body" component?
102
102
 
103
103
  // TODO: agree a process with Spark/CP Platforms/Storytelling and flesh this out.
104
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/cp-content-pipeline-schema",
3
- "version": "0.7.32",
3
+ "version": "1.0.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {