@cms-lab/contentful 1.0.8 → 1.0.10

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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -26,3 +26,13 @@ route mappings can use common fields such as `doc.uid` or `doc.data.slug`.
26
26
 
27
27
  Use `uidField` or `urlField` when your project stores route values in custom
28
28
  fields. Both options read dotted paths from normalized `document.data`.
29
+
30
+ ## Release History
31
+
32
+ See the repository [changelog](https://github.com/i-afaqrashid/cms-lab/blob/main/CHANGELOG.md)
33
+ and [GitHub Releases](https://github.com/i-afaqrashid/cms-lab/releases) for
34
+ version-by-version notes.
35
+
36
+ ## Open Source
37
+
38
+ MIT licensed. See the repository [license](https://github.com/i-afaqrashid/cms-lab/blob/main/LICENSE), [contributing guide](https://github.com/i-afaqrashid/cms-lab/blob/main/CONTRIBUTING.md), and [support guide](https://github.com/i-afaqrashid/cms-lab/blob/main/SUPPORT.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cms-lab/contentful",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "type": "module",
5
5
  "description": "Contentful document adapter for cms-lab.",
6
6
  "license": "MIT",
@@ -35,7 +35,7 @@
35
35
  "access": "public"
36
36
  },
37
37
  "dependencies": {
38
- "@cms-lab/core": "1.0.8"
38
+ "@cms-lab/core": "1.0.10"
39
39
  },
40
40
  "author": "Afaq Rashid",
41
41
  "scripts": {