cborg 4.4.0 → 4.4.1

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.
@@ -52,5 +52,6 @@ jobs:
52
52
  - name: Release
53
53
  env:
54
54
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
+ NPM_CONFIG_PROVENANCE: true
55
56
  run: npx semantic-release
56
57
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [4.4.1](https://github.com/rvagg/cborg/compare/v4.4.0...v4.4.1) (2026-01-19)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **ci:** add npm provenance ([cca0a53](https://github.com/rvagg/cborg/commit/cca0a5391e044b85f81a1f550ece6a57c86d4ceb))
6
+
1
7
  ## [4.4.0](https://github.com/rvagg/cborg/compare/v4.3.2...v4.4.0) (2026-01-19)
2
8
 
3
9
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cborg",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "Fast CBOR with a focus on strictness",
5
5
  "main": "cborg.js",
6
6
  "type": "module",