cborg 4.3.0 → 4.3.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.
@@ -10,7 +10,7 @@ jobs:
10
10
  runs-on: ${{ matrix.os }}
11
11
  steps:
12
12
  - name: Checkout Repository
13
- uses: actions/checkout@v5
13
+ uses: actions/checkout@v6
14
14
  - name: Use Node.js ${{ matrix.node }}
15
15
  uses: actions/setup-node@v6.0.0
16
16
  with:
@@ -31,7 +31,7 @@ jobs:
31
31
  if: github.event_name == 'push' && github.ref == 'refs/heads/master'
32
32
  steps:
33
33
  - name: Checkout
34
- uses: actions/checkout@v5
34
+ uses: actions/checkout@v6
35
35
  with:
36
36
  fetch-depth: 0
37
37
  - name: Setup Node.js
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [4.3.1](https://github.com/rvagg/cborg/compare/v4.3.0...v4.3.1) (2025-11-24)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps:** bump actions/checkout from 5 to 6 ([#151](https://github.com/rvagg/cborg/issues/151)) ([13b5cb2](https://github.com/rvagg/cborg/commit/13b5cb2df50864032dfe14fa6a1a42a443a32fea))
6
+
1
7
  ## [4.3.0](https://github.com/rvagg/cborg/compare/v4.2.18...v4.3.0) (2025-11-05)
2
8
 
3
9
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cborg",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "Fast CBOR with a focus on strictness",
5
5
  "main": "cborg.js",
6
6
  "type": "module",