Skip to content

Commit 3bb7bec

Browse files
chore(release): 4.1.0 [skip ci]
## [4.1.0](v4.0.8...v4.1.0) (2024-02-16) ### Features * support decoding ArrayBuffers ([#95](#95)) ([3d4eaf8](3d4eaf8))
1 parent 3d4eaf8 commit 3bb7bec

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+
## [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+
18
## [4.0.8](https://github.com/ipld/js-dag-pb/compare/v4.0.7...v4.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-pb",
3-
"version": "4.0.8",
3+
"version": "4.1.0",
44
"description": "JS implementation of DAG-PB",
55
"author": "Rod <rod@vagg.org> (http://r.va.gg/)",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)