We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324d1d5 commit 690ad6bCopy full SHA for 690ad6b
CHANGELOG.md
@@ -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
8
## [3.0.2](https://github.com/rvagg/js-ipld-schema/compare/v3.0.1...v3.0.2) (2022-08-15)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "ipld-schema",
- "version": "3.0.2",
+ "version": "3.0.3",
"description": "IPLD Schema parser and CLI utilities for JavaScript",
"main": "./ipld-schema.js",
"type": "module",
0 commit comments