Skip to content

Commit 668da58

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.0.2...v3.0.0) (2022-08-13) ### ⚠ BREAKING CHANGES * convert to ESM-only * adapt to latest major upstream spec changes ### Features * convert to ESM-only ([2a86b2e](2a86b2e)) ### Bug Fixes * adapt to latest major upstream spec changes ([f3f70ca](f3f70ca)), closes [#45](#45) ### Trivial Changes * **no-release:** bump actions/setup-node from 3.1.1 to 3.2.0 ([#62](#62)) ([a25f92a](a25f92a)) * **no-release:** bump actions/setup-node from 3.2.0 to 3.3.0 ([#63](#63)) ([358ba3f](358ba3f)) * **no-release:** bump actions/setup-node from 3.3.0 to 3.4.0 ([#64](#64)) ([f8b83cd](f8b83cd)) * **no-release:** bump actions/setup-node from 3.4.0 to 3.4.1 ([#65](#65)) ([216dd76](216dd76))
1 parent 2a86b2e commit 668da58

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [3.0.0](https://github.com/rvagg/js-ipld-schema/compare/v2.0.2...v3.0.0) (2022-08-13)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* convert to ESM-only
7+
* adapt to latest major upstream spec changes
8+
9+
### Features
10+
11+
* convert to ESM-only ([2a86b2e](https://github.com/rvagg/js-ipld-schema/commit/2a86b2e7635e27ec611aef7d933714e3865a6605))
12+
13+
14+
### Bug Fixes
15+
16+
* adapt to latest major upstream spec changes ([f3f70ca](https://github.com/rvagg/js-ipld-schema/commit/f3f70ca300ccc935b8c66ab71607f05119f0036d)), closes [#45](https://github.com/rvagg/js-ipld-schema/issues/45)
17+
18+
19+
### Trivial Changes
20+
21+
* **no-release:** bump actions/setup-node from 3.1.1 to 3.2.0 ([#62](https://github.com/rvagg/js-ipld-schema/issues/62)) ([a25f92a](https://github.com/rvagg/js-ipld-schema/commit/a25f92ab32b675430baa2b7c9262ead906504224))
22+
* **no-release:** bump actions/setup-node from 3.2.0 to 3.3.0 ([#63](https://github.com/rvagg/js-ipld-schema/issues/63)) ([358ba3f](https://github.com/rvagg/js-ipld-schema/commit/358ba3f785265f65af70d9651f2a76c4653eaa5e))
23+
* **no-release:** bump actions/setup-node from 3.3.0 to 3.4.0 ([#64](https://github.com/rvagg/js-ipld-schema/issues/64)) ([f8b83cd](https://github.com/rvagg/js-ipld-schema/commit/f8b83cda5f9552bc2d083746b8f3875397aed523))
24+
* **no-release:** bump actions/setup-node from 3.4.0 to 3.4.1 ([#65](https://github.com/rvagg/js-ipld-schema/issues/65)) ([216dd76](https://github.com/rvagg/js-ipld-schema/commit/216dd76b790ac906d13d27544eb81387055b13cc))
25+
126
### [2.0.2](https://github.com/rvagg/js-ipld-schema/compare/v2.0.1...v2.0.2) (2022-05-02)
227

328

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipld-schema",
3-
"version": "2.0.2",
3+
"version": "3.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)