Skip to content

Commit e76d911

Browse files
chore(release): 1.1.0 [skip ci]
## [1.1.0](v1.0.0...v1.1.0) (2021-06-23) ### Features * add json-to-schema command-line feature ([18ea55f](18ea55f)) * add schema-schema.ts ([6ce7565](6ce7565)) * export types for index ([0d255c6](0d255c6)) ### Bug Fixes * more schema-schema fixes and tweaks ([4d0f3b7](4d0f3b7)) * schema-schema fixes from actual use ([7cf823c](7cf823c)) ### Trivial Changes * **cli:** minor yargs usage tweak ([138e226](138e226))
1 parent 4d0f3b7 commit e76d911

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [1.1.0](https://github.com/rvagg/js-ipld-schema/compare/v1.0.0...v1.1.0) (2021-06-23)
2+
3+
4+
### Features
5+
6+
* add json-to-schema command-line feature ([18ea55f](https://github.com/rvagg/js-ipld-schema/commit/18ea55f5408e7c9c873505fc9ad714772172b5b7))
7+
* add schema-schema.ts ([6ce7565](https://github.com/rvagg/js-ipld-schema/commit/6ce7565d87b461ce73bb4c649708934c329cda7b))
8+
* export types for index ([0d255c6](https://github.com/rvagg/js-ipld-schema/commit/0d255c63bea2244e4c3776cf88d24c8ba13bb6b5))
9+
10+
11+
### Bug Fixes
12+
13+
* more schema-schema fixes and tweaks ([4d0f3b7](https://github.com/rvagg/js-ipld-schema/commit/4d0f3b76408b08da7ec8d20e5d0e52115f1990ce))
14+
* schema-schema fixes from actual use ([7cf823c](https://github.com/rvagg/js-ipld-schema/commit/7cf823cc8651adb50acd2b19c326ae6ec1355591))
15+
16+
17+
### Trivial Changes
18+
19+
* **cli:** minor yargs usage tweak ([138e226](https://github.com/rvagg/js-ipld-schema/commit/138e2269746c649187221ee8912861f0df258cae))
20+
121
## [1.0.0](https://github.com/rvagg/js-ipld-schema/compare/v0.4.0...v1.0.0) (2021-06-10)
222

323

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipld-schema",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
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)