We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33db763 commit 7ed4ae8Copy full SHA for 7ed4ae8
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.0.1](https://github.com/rvagg/js-ipld-schema/compare/v3.0.0...v3.0.1) (2022-08-15)
2
+
3
4
+### Bug Fixes
5
6
+* update schema-schema types ([33db763](https://github.com/rvagg/js-ipld-schema/commit/33db763ca9d369aa9fa75c9d19ef1878583ef5a8))
7
8
## [3.0.0](https://github.com/rvagg/js-ipld-schema/compare/v2.0.2...v3.0.0) (2022-08-13)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "ipld-schema",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "IPLD Schema parser and CLI utilities for JavaScript",
"main": "./ipld-schema.js",
"type": "module",
0 commit comments