Skip to content

Commit 0519955

Browse files
chore(release): 9.2.0 [skip ci]
## [9.2.0](v9.1.0...v9.2.0) (2024-02-16) ### Features * support decoding ArrayBuffers ([#114](#114)) ([a10269d](a10269d))
1 parent a10269d commit 0519955

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.2.0](https://github.com/ipld/js-dag-cbor/compare/v9.1.0...v9.2.0) (2024-02-16)
2+
3+
4+
### Features
5+
6+
* support decoding ArrayBuffers ([#114](https://github.com/ipld/js-dag-cbor/issues/114)) ([a10269d](https://github.com/ipld/js-dag-cbor/commit/a10269d776099f44520171adfd86e65499607f94))
7+
18
## [9.1.0](https://github.com/ipld/js-dag-cbor/compare/v9.0.8...v9.1.0) (2024-01-30)
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.1.0",
3+
"version": "9.2.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)