Skip to content

Commit 6ec84e9

Browse files
chore(release): 5.0.0 [skip ci]
## [5.0.0](v4.2.19...v5.0.0) (2024-07-13) ### ⚠ BREAKING CHANGES * switch from peg.js to peggy ### Trivial Changes * drop Node 18.x from CI ([ba51277](ba51277)) * switch from peg.js to peggy ([522bc68](522bc68)) * update deps ([9c12b8f](9c12b8f))
1 parent 9c12b8f commit 6ec84e9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [5.0.0](https://github.com/rvagg/js-ipld-schema/compare/v4.2.19...v5.0.0) (2024-07-13)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* switch from peg.js to peggy
6+
7+
### Trivial Changes
8+
9+
* drop Node 18.x from CI ([ba51277](https://github.com/rvagg/js-ipld-schema/commit/ba512773a296c1cf0489c9edc4d046800de87f86))
10+
* switch from peg.js to peggy ([522bc68](https://github.com/rvagg/js-ipld-schema/commit/522bc68d566be580e4a1fe5ac0a2cef821a6167b))
11+
* update deps ([9c12b8f](https://github.com/rvagg/js-ipld-schema/commit/9c12b8f592a8ffd7adecca6a722e43691f590051))
12+
113
## [4.2.19](https://github.com/rvagg/js-ipld-schema/compare/v4.2.18...v4.2.19) (2024-07-10)
214

315
### Trivial Changes

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.19",
3+
"version": "5.0.0",
44
"description": "IPLD Schema parser and CLI utilities for JavaScript",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)