Skip to content

Commit b7ec11a

Browse files
chore(release): 1.0.0 [skip ci]
## [1.0.0](v0.4.0...v1.0.0) (2021-06-10) ### ⚠ BREAKING CHANGES * remove validator & loader, export { parser } only (#35) ### Features * remove validator & loader, export { parser } only ([#35](#35)) ([4b74628](4b74628)) ### Bug Fixes * no build step ([#36](#36)) ([9ba5996](9ba5996)) * s/workflow/workflows/ ([#34](#34)) ([f5423bd](f5423bd)) ### Trivial Changes * add github actions - dependabot and semantic-release ([#28](#28)) ([33139b7](33139b7))
1 parent 9ba5996 commit b7ec11a

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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))

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipld-schema",
3-
"version": "0.4.0",
3+
"version": "1.0.0",
44
"description": "IPLD Schema parser and CLI utilities for JavaScript",
55
"main": "./ipld-schema.js",
66
"scripts": {
@@ -114,4 +114,4 @@
114114
"@semantic-release/git"
115115
]
116116
}
117-
}
117+
}

0 commit comments

Comments
 (0)