@cms-lab/strapi 1.0.6 → 1.0.9

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 +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -27,6 +27,12 @@ non-published statuses as `draft`.
27
27
  Use `uidField` or `urlField` when your project stores route values in custom
28
28
  fields. Both options read dotted paths from `document.data`.
29
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
+
30
36
  ## Open Source
31
37
 
32
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/strapi",
3
- "version": "1.0.6",
3
+ "version": "1.0.9",
4
4
  "type": "module",
5
5
  "description": "Strapi 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.6"
38
+ "@cms-lab/core": "1.0.9"
39
39
  },
40
40
  "author": "Afaq Rashid",
41
41
  "scripts": {