@cms-lab/reporter 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
@@ -9,6 +9,12 @@ import { renderHtmlReport } from "@cms-lab/reporter";
9
9
  The CLI uses this package for `cms-lab scan --report`. The generated report is a
10
10
  self-contained HTML file with grouped diagnostics and client-side filters.
11
11
 
12
+ ## Release History
13
+
14
+ See the repository [changelog](https://github.com/i-afaqrashid/cms-lab/blob/main/CHANGELOG.md)
15
+ and [GitHub Releases](https://github.com/i-afaqrashid/cms-lab/releases) for
16
+ version-by-version notes.
17
+
12
18
  ## Open Source
13
19
 
14
20
  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/reporter",
3
- "version": "1.0.6",
3
+ "version": "1.0.9",
4
4
  "type": "module",
5
5
  "description": "HTML report rendering 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": {