Skip to content

Commit fd3ba9e

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.0.3...v4.0.0) (2022-08-19) ### ⚠ BREAKING CHANGES * change package name to @ipld/schema * add typed node interface, more complete TS checking ### Features * add typed node interface, more complete TS checking ([d0b4866](d0b4866)) * change package name to @ipld/schema ([02d256d](02d256d)) ### Bug Fixes * extend timeout of first test with linting ([9586242](9586242)) * make enums behave properly ([20d7030](20d7030)) ### Trivial Changes * update docs, add typed example ([73a7a5e](73a7a5e))
1 parent 5189426 commit fd3ba9e

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [4.0.0](https://github.com/rvagg/js-ipld-schema/compare/v3.0.3...v4.0.0) (2022-08-19)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* change package name to @ipld/schema
7+
* add typed node interface, more complete TS checking
8+
9+
### Features
10+
11+
* add typed node interface, more complete TS checking ([d0b4866](https://github.com/rvagg/js-ipld-schema/commit/d0b4866ddf5ac3f3c756f02959c0e8a41b95d546))
12+
* change package name to @ipld/schema ([02d256d](https://github.com/rvagg/js-ipld-schema/commit/02d256d3a4fa1d91f88c87115271eda9ed293b43))
13+
14+
15+
### Bug Fixes
16+
17+
* extend timeout of first test with linting ([9586242](https://github.com/rvagg/js-ipld-schema/commit/958624225814cd67cd2775b102276485f48194df))
18+
* make enums behave properly ([20d7030](https://github.com/rvagg/js-ipld-schema/commit/20d70309e3fe5e3b56ecaec11d5d8dca6f9789e9))
19+
20+
21+
### Trivial Changes
22+
23+
* update docs, add typed example ([73a7a5e](https://github.com/rvagg/js-ipld-schema/commit/73a7a5ef0426816b7eaae0a83f2b2a3700c3bfad))
24+
125
## [3.0.3](https://github.com/rvagg/js-ipld-schema/compare/v3.0.2...v3.0.3) (2022-08-16)
226

327

package.json

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

0 commit comments

Comments
 (0)