Skip to content

Commit f88ba0d

Browse files
chore(release): 4.2.16 [skip ci]
## [4.2.16](v4.2.15...v4.2.16) (2024-06-12) ### Trivial Changes * add node.js 22.x ([3122e29](3122e29)) * **deps:** bump actions/checkout from 4.1.3 to 4.1.4 ([19364c0](19364c0)) * **deps:** bump actions/checkout from 4.1.4 to 4.1.5 ([b8b0773](b8b0773)) * update deps, fix ts chai errors ([e325863](e325863))
1 parent 3122e29 commit f88ba0d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.2.16](https://github.com/rvagg/js-ipld-schema/compare/v4.2.15...v4.2.16) (2024-06-12)
2+
3+
### Trivial Changes
4+
5+
* add node.js 22.x ([3122e29](https://github.com/rvagg/js-ipld-schema/commit/3122e29f20da9fae69d4fae0ea5beeac874ae223))
6+
* **deps:** bump actions/checkout from 4.1.3 to 4.1.4 ([19364c0](https://github.com/rvagg/js-ipld-schema/commit/19364c0b274182252443872751afcb4d276bc147))
7+
* **deps:** bump actions/checkout from 4.1.4 to 4.1.5 ([b8b0773](https://github.com/rvagg/js-ipld-schema/commit/b8b077392a8e988b13ee0ec6e2d28b0ff0e30433))
8+
* update deps, fix ts chai errors ([e325863](https://github.com/rvagg/js-ipld-schema/commit/e3258630a2f20af1bfee900a2f28d59666d07200))
9+
110
## [4.2.15](https://github.com/rvagg/js-ipld-schema/compare/v4.2.14...v4.2.15) (2024-04-24)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ipld/schema",
3-
"version": "4.2.15",
3+
"version": "4.2.16",
44
"description": "IPLD Schema parser and CLI utilities for JavaScript",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)