@cms-lab/core 1.0.7 → 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 +1 -1
package/README.md CHANGED
@@ -19,6 +19,12 @@ Sanity image `alt` fields.
19
19
  `readCmsDataPath` is exported for adapters that need to read dotted paths from
20
20
  normalized CMS payloads, for example custom `uidField` and `urlField` mapping.
21
21
 
22
+ ## Release History
23
+
24
+ See the repository [changelog](https://github.com/i-afaqrashid/cms-lab/blob/main/CHANGELOG.md)
25
+ and [GitHub Releases](https://github.com/i-afaqrashid/cms-lab/releases) for
26
+ version-by-version notes.
27
+
22
28
  ## Open Source
23
29
 
24
30
  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/core",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "type": "module",
5
5
  "description": "Core config, scan, diagnostics, and checks for cms-lab.",
6
6
  "license": "MIT",