Skip to content

Commit cb610f7

Browse files
chore(release): 2.0.1 [skip ci]
### [2.0.1](v2.0.0...v2.0.1) (2021-09-28) ### Trivial Changes * **deps:** bump actions/setup-node from 2.4.0 to 2.4.1 ([c4558fe](c4558fe))
1 parent c4558fe commit cb610f7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [2.0.1](https://github.com/rvagg/js-ipld-schema/compare/v2.0.0...v2.0.1) (2021-09-28)
2+
3+
4+
### Trivial Changes
5+
6+
* **deps:** bump actions/setup-node from 2.4.0 to 2.4.1 ([c4558fe](https://github.com/rvagg/js-ipld-schema/commit/c4558fe99455bb35a57d53b41a627a8369908b67))
7+
18
## [2.0.0](https://github.com/rvagg/js-ipld-schema/compare/v1.1.6...v2.0.0) (2021-09-13)
29

310

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.0",
3+
"version": "2.0.1",
44
"description": "IPLD Schema parser and CLI utilities for JavaScript",
55
"main": "./ipld-schema.js",
66
"types": "./types.d.ts",

0 commit comments

Comments
 (0)