Skip to content

Commit ff64b46

Browse files
chore(release): 1.1.1 [skip ci]
### [1.1.1](v1.1.0...v1.1.1) (2021-06-23) ### Bug Fixes * add TypeLink to InlineDefn ([de0d76c](de0d76c))
1 parent de0d76c commit ff64b46

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+
### [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+
18
## [1.1.0](https://github.com/rvagg/js-ipld-schema/compare/v1.0.0...v1.1.0) (2021-06-23)
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": "1.1.0",
3+
"version": "1.1.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)