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 3d4eaf8 commit 3bb7becCopy full SHA for 3bb7bec
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.1.0](https://github.com/ipld/js-dag-pb/compare/v4.0.8...v4.1.0) (2024-02-16)
2
+
3
4
+### Features
5
6
+* support decoding ArrayBuffers ([#95](https://github.com/ipld/js-dag-pb/issues/95)) ([3d4eaf8](https://github.com/ipld/js-dag-pb/commit/3d4eaf8995ec4fef1899da62e7025d5fe5eaecbc))
7
8
## [4.0.8](https://github.com/ipld/js-dag-pb/compare/v4.0.7...v4.0.8) (2024-01-10)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@ipld/dag-pb",
- "version": "4.0.8",
+ "version": "4.1.0",
"description": "JS implementation of DAG-PB",
"author": "Rod <rod@vagg.org> (http://r.va.gg/)",
"license": "Apache-2.0 OR MIT",
0 commit comments