File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
21
## [ 1.0.0] ( https://github.com/rvagg/js-ipld-schema/compare/v0.4.0...v1.0.0 ) (2021-06-10)
2
22
3
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipld-schema" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " IPLD Schema parser and CLI utilities for JavaScript" ,
5
5
"main" : " ./ipld-schema.js" ,
6
6
"types" : " ./types.d.ts" ,
You can’t perform that action at this time.
0 commit comments