ipld-schema-describer 3.0.2 → 3.0.4

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,9 +10,9 @@ jobs:
10
10
  runs-on: ${{ matrix.os }}
11
11
  steps:
12
12
  - name: Checkout Repository
13
- uses: actions/checkout@v3
13
+ uses: actions/checkout@v4
14
14
  - name: Use Node.js ${{ matrix.node }}
15
- uses: actions/setup-node@v3.8.0
15
+ uses: actions/setup-node@v4.0.0
16
16
  with:
17
17
  node-version: ${{ matrix.node }}
18
18
  - name: Install Dependencies
@@ -28,11 +28,11 @@ jobs:
28
28
  if: github.event_name == 'push' && github.ref == 'refs/heads/master'
29
29
  steps:
30
30
  - name: Checkout
31
- uses: actions/checkout@v3
31
+ uses: actions/checkout@v4
32
32
  with:
33
33
  fetch-depth: 0
34
34
  - name: Setup Node.js
35
- uses: actions/setup-node@v3.8.0
35
+ uses: actions/setup-node@v4.0.0
36
36
  with:
37
37
  node-version: lts/*
38
38
  - name: Install dependencies
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [3.0.4](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.3...v3.0.4) (2023-10-25)
2
+
3
+
4
+ ### Trivial Changes
5
+
6
+ * **deps:** bump actions/checkout from 3 to 4 ([bc99fcd](https://github.com/rvagg/js-ipld-schema-describer/commit/bc99fcd17054a73134045b67c6436ebd69414d8f))
7
+ * **deps:** bump actions/setup-node from 3.8.1 to 4.0.0 ([46971d0](https://github.com/rvagg/js-ipld-schema-describer/commit/46971d04ae6994edadc3ca75c112f9a6d12880c1))
8
+
9
+ ## [3.0.3](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.2...v3.0.3) (2023-08-18)
10
+
11
+
12
+ ### Trivial Changes
13
+
14
+ * **deps:** bump actions/setup-node from 3.8.0 to 3.8.1 ([a10f4ec](https://github.com/rvagg/js-ipld-schema-describer/commit/a10f4ec959c1006c9e74b11ef7f080ff09d03a0c))
15
+
1
16
  ## [3.0.2](https://github.com/rvagg/js-ipld-schema-describer/compare/v3.0.1...v3.0.2) (2023-08-15)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ipld-schema-describer",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "description": "IPLD Schema Describer",
5
5
  "main": "ipld-schema-describer.js",
6
6
  "type": "module",