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 d2094ca commit d6d1defCopy full SHA for d6d1def
CHANGELOG.md
@@ -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
8
## [9.0.8](https://github.com/ipld/js-dag-cbor/compare/v9.0.7...v9.0.8) (2024-01-10)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@ipld/dag-cbor",
- "version": "9.0.8",
+ "version": "9.1.0",
"description": "JS implementation of DAG-CBOR",
"author": "Rod <[email protected]> (http://r.va.gg/)",
"license": "Apache-2.0 OR MIT",
0 commit comments