We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0d76c commit ff64b46Copy full SHA for ff64b46
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### [1.1.1](https://github.com/rvagg/js-ipld-schema/compare/v1.1.0...v1.1.1) (2021-06-23)
2
+
3
4
+### Bug Fixes
5
6
+* add TypeLink to InlineDefn ([de0d76c](https://github.com/rvagg/js-ipld-schema/commit/de0d76cdefd5abeb5bc40ebab4211fc5da4e9dd3))
7
8
## [1.1.0](https://github.com/rvagg/js-ipld-schema/compare/v1.0.0...v1.1.0) (2021-06-23)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "ipld-schema",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "IPLD Schema parser and CLI utilities for JavaScript",
"main": "./ipld-schema.js",
"types": "./types.d.ts",
0 commit comments