diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d4c66..596ddd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.2.6](https://github.com/rvagg/cborg/compare/v4.2.5...v4.2.6) (2024-10-25) + +### Trivial Changes + +* **deps:** bump actions/setup-node from 4.0.4 to 4.1.0 ([5e9f374](https://github.com/rvagg/cborg/commit/5e9f374015bb7f65c78da27d43d8a13ff0b29b1d)) + ## [4.2.5](https://github.com/rvagg/cborg/compare/v4.2.4...v4.2.5) (2024-10-25) ### Trivial Changes diff --git a/package.json b/package.json index 95adb3a..31ef7cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cborg", - "version": "4.2.5", + "version": "4.2.6", "description": "Fast CBOR with a focus on strictness", "main": "cborg.js", "type": "module",