Skip to content

Commit 690ad6b

Browse files
chore(release): 3.0.3 [skip ci]
## [3.0.3](v3.0.2...v3.0.3) (2022-08-16) ### Bug Fixes * export bin/collect-input.js (used by ipld-schema-validator) ([324d1d5](324d1d5))
1 parent 324d1d5 commit 690ad6b

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+
## [3.0.3](https://github.com/rvagg/js-ipld-schema/compare/v3.0.2...v3.0.3) (2022-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* export bin/collect-input.js (used by ipld-schema-validator) ([324d1d5](https://github.com/rvagg/js-ipld-schema/commit/324d1d59fefbcc8c99361fa9f73df0920b02bf1e))
7+
18
## [3.0.2](https://github.com/rvagg/js-ipld-schema/compare/v3.0.1...v3.0.2) (2022-08-15)
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": "3.0.2",
3+
"version": "3.0.3",
44
"description": "IPLD Schema parser and CLI utilities for JavaScript",
55
"main": "./ipld-schema.js",
66
"type": "module",

0 commit comments

Comments
 (0)