We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10269d commit 0519955Copy full SHA for 0519955
CHANGELOG.md
@@ -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
8
## [9.1.0](https://github.com/ipld/js-dag-cbor/compare/v9.0.8...v9.1.0) (2024-01-30)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@ipld/dag-cbor",
- "version": "9.1.0",
+ "version": "9.2.0",
"description": "JS implementation of DAG-CBOR",
"author": "Rod <[email protected]> (http://r.va.gg/)",
"license": "Apache-2.0 OR MIT",
0 commit comments