Skip to content

Commit d6d1def

Browse files
chore(release): 9.1.0 [skip ci]
## [9.1.0](v9.0.8...v9.1.0) (2024-01-30) ### Features * export encode/decode options ([#113](#113)) ([d2094ca](d2094ca))
1 parent d2094ca commit d6d1def

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [9.1.0](https://github.com/ipld/js-dag-cbor/compare/v9.0.8...v9.1.0) (2024-01-30)
2+
3+
4+
### Features
5+
6+
* export encode/decode options ([#113](https://github.com/ipld/js-dag-cbor/issues/113)) ([d2094ca](https://github.com/ipld/js-dag-cbor/commit/d2094cab5c6d95250a569e2ac50c11caf77e1338))
7+
18
## [9.0.8](https://github.com/ipld/js-dag-cbor/compare/v9.0.7...v9.0.8) (2024-01-10)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ipld/dag-cbor",
3-
"version": "9.0.8",
3+
"version": "9.1.0",
44
"description": "JS implementation of DAG-CBOR",
55
"author": "Rod <[email protected]> (http://r.va.gg/)",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)