cborg 4.2.0 → 4.2.2

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/CHANGELOG.md +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [4.2.2](https://github.com/rvagg/cborg/compare/v4.2.1...v4.2.2) (2024-06-24)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps-dev:** bump @semantic-release/commit-analyzer ([195e3f1](https://github.com/rvagg/cborg/commit/195e3f1edf926c053d0699ce73f0acea8431b896))
6
+ * **deps-dev:** bump @semantic-release/release-notes-generator ([83bd83b](https://github.com/rvagg/cborg/commit/83bd83b80fdcea9f1acc412ace789e2373851239))
7
+ * **deps-dev:** bump conventional-changelog-conventionalcommits ([12a46e2](https://github.com/rvagg/cborg/commit/12a46e205ad662d3e8e87432afec4b068e6a7a54))
8
+ * **deps-dev:** bump semantic-release from 23.1.1 to 24.0.0 ([5fd66b9](https://github.com/rvagg/cborg/commit/5fd66b9f440e8ea5487f9022ba7eb5abcaca43a7))
9
+
10
+ ## [4.2.1](https://github.com/rvagg/cborg/compare/v4.2.0...v4.2.1) (2024-06-10)
11
+
12
+
13
+ ### Trivial Changes
14
+
15
+ * **deps-dev:** bump c8 from 9.1.0 to 10.0.0 ([c66487e](https://github.com/rvagg/cborg/commit/c66487e7b35f3737919c0eb20f3f1976a3f38578))
16
+
1
17
  ## [4.2.0](https://github.com/rvagg/cborg/compare/v4.1.4...v4.2.0) (2024-04-05)
2
18
 
3
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cborg",
3
- "version": "4.2.0",
3
+ "version": "4.2.2",
4
4
  "description": "Fast CBOR with a focus on strictness",
5
5
  "main": "cborg.js",
6
6
  "type": "module",
@@ -29,21 +29,21 @@
29
29
  "license": "Apache-2.0",
30
30
  "devDependencies": {
31
31
  "@semantic-release/changelog": "^6.0.3",
32
- "@semantic-release/commit-analyzer": "^12.0.0",
32
+ "@semantic-release/commit-analyzer": "^13.0.0",
33
33
  "@semantic-release/git": "^10.0.1",
34
34
  "@semantic-release/github": "^10.0.0",
35
35
  "@semantic-release/npm": "^12.0.0",
36
- "@semantic-release/release-notes-generator": "^13.0.0",
36
+ "@semantic-release/release-notes-generator": "^14.0.1",
37
37
  "@types/chai": "^4.3.11",
38
38
  "@types/mocha": "^10.0.6",
39
39
  "@types/node": "^20.10.8",
40
- "c8": "^9.0.0",
40
+ "c8": "^10.0.0",
41
41
  "chai": "^5.0.0",
42
- "conventional-changelog-conventionalcommits": "^7.0.2",
42
+ "conventional-changelog-conventionalcommits": "^8.0.0",
43
43
  "ipld-garbage": "^5.0.0",
44
44
  "mocha": "^10.2.0",
45
45
  "polendina": "^3.2.1",
46
- "semantic-release": "^23.0.0",
46
+ "semantic-release": "^24.0.0",
47
47
  "standard": "^17.1.0",
48
48
  "typescript": "^5.3.3"
49
49
  },