cborg 4.2.17 → 4.2.18

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 +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [4.2.18](https://github.com/rvagg/cborg/compare/v4.2.17...v4.2.18) (2025-10-16)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps-dev:** bump @semantic-release/github from 11.0.6 to 12.0.0 ([#148](https://github.com/rvagg/cborg/issues/148)) ([de5cbf2](https://github.com/rvagg/cborg/commit/de5cbf2b6cc297fcefce2198fd46195618a32aea))
6
+ * **deps-dev:** bump semantic-release from 24.2.9 to 25.0.0 ([#149](https://github.com/rvagg/cborg/issues/149)) ([4820969](https://github.com/rvagg/cborg/commit/48209690d40cf13b077166e7c61d2013af68daea))
7
+
1
8
  ## [4.2.17](https://github.com/rvagg/cborg/compare/v4.2.16...v4.2.17) (2025-10-15)
2
9
 
3
10
  ### Trivial Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cborg",
3
- "version": "4.2.17",
3
+ "version": "4.2.18",
4
4
  "description": "Fast CBOR with a focus on strictness",
5
5
  "main": "cborg.js",
6
6
  "type": "module",
@@ -31,7 +31,7 @@
31
31
  "@semantic-release/changelog": "^6.0.3",
32
32
  "@semantic-release/commit-analyzer": "^13.0.0",
33
33
  "@semantic-release/git": "^10.0.1",
34
- "@semantic-release/github": "^11.0.0",
34
+ "@semantic-release/github": "^12.0.0",
35
35
  "@semantic-release/npm": "^13.0.0",
36
36
  "@semantic-release/release-notes-generator": "^14.0.1",
37
37
  "@types/chai": "^5.0.0",
@@ -43,7 +43,7 @@
43
43
  "ipld-garbage": "^5.0.0",
44
44
  "mocha": "^11.0.1",
45
45
  "polendina": "^3.2.2",
46
- "semantic-release": "^24.1.1",
46
+ "semantic-release": "^25.0.0",
47
47
  "standard": "^17.1.2",
48
48
  "typescript": "^5.6.2"
49
49
  },