Skip to content

Commit f124fb9

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.1.6...v2.0.0) (2021-09-13) ### ⚠ BREAKING CHANGES * add stringprefix, rename byteprefix->bytesprefix ### Features * add stringprefix, rename byteprefix->bytesprefix ([81aa1dd](81aa1dd)) ### Trivial Changes * add stringprefix union test case ([3d9ad09](3d9ad09)) * fix json formatting to match go fixtures (orderd, properly formatted) ([a77c409](a77c409))
1 parent 3d9ad09 commit f124fb9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [2.0.0](https://github.com/rvagg/js-ipld-schema/compare/v1.1.6...v2.0.0) (2021-09-13)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* add stringprefix, rename byteprefix->bytesprefix
7+
8+
### Features
9+
10+
* add stringprefix, rename byteprefix->bytesprefix ([81aa1dd](https://github.com/rvagg/js-ipld-schema/commit/81aa1ddfae67abfd90af8e0020b425296601e6b4))
11+
12+
13+
### Trivial Changes
14+
15+
* add stringprefix union test case ([3d9ad09](https://github.com/rvagg/js-ipld-schema/commit/3d9ad090c9441d004fecba74b30a9e351438388d))
16+
* fix json formatting to match go fixtures (orderd, properly formatted) ([a77c409](https://github.com/rvagg/js-ipld-schema/commit/a77c40975e6bd2bea6633d80b59ccbe16563c2cc))
17+
118
### [1.1.6](https://github.com/rvagg/js-ipld-schema/compare/v1.1.5...v1.1.6) (2021-08-06)
219

320

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.6",
3+
"version": "2.0.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)