File tree 2 files changed +23
-2
lines changed
2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.0.0] ( https://github.com/rvagg/js-ipld-schema/compare/v0.4.0...v1.0.0 ) (2021-06-10)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * remove validator & loader, export { parser } only (#35 )
7
+
8
+ ### Features
9
+
10
+ * remove validator & loader, export { parser } only ([ #35 ] ( https://github.com/rvagg/js-ipld-schema/issues/35 ) ) ([ 4b74628] ( https://github.com/rvagg/js-ipld-schema/commit/4b74628d2bdfb63e8220f9d04bc69d5550c7fc6a ) )
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * no build step ([ #36 ] ( https://github.com/rvagg/js-ipld-schema/issues/36 ) ) ([ 9ba5996] ( https://github.com/rvagg/js-ipld-schema/commit/9ba59966c384f37464cec4e96570628e91b848c3 ) )
16
+ * s/workflow/workflows/ ([ #34 ] ( https://github.com/rvagg/js-ipld-schema/issues/34 ) ) ([ f5423bd] ( https://github.com/rvagg/js-ipld-schema/commit/f5423bd8d9bb27cb315c8238994e613500e9180f ) )
17
+
18
+
19
+ ### Trivial Changes
20
+
21
+ * add github actions - dependabot and semantic-release ([ #28 ] ( https://github.com/rvagg/js-ipld-schema/issues/28 ) ) ([ 33139b7] ( https://github.com/rvagg/js-ipld-schema/commit/33139b7bce2ee0d38ecfdf559294be5cf03f53dd ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipld-schema" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " IPLD Schema parser and CLI utilities for JavaScript" ,
5
5
"main" : " ./ipld-schema.js" ,
6
6
"scripts" : {
114
114
" @semantic-release/git"
115
115
]
116
116
}
117
- }
117
+ }
You can’t perform that action at this time.
0 commit comments