Skip to content

Commit dcbd5d7

Browse files
chore(release): 13.1.0 [skip ci]
## [13.1.0](v13.0.1...v13.1.0) (2024-02-15) ### Features * support decoding ArrayBuffers ([#287](#287)) ([e7f3272](e7f3272)) ### Trivial Changes * Update .github/dependabot.yml [skip ci] ([aa9c730](aa9c730))
1 parent e7f3272 commit dcbd5d7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [13.1.0](https://github.com/multiformats/js-multiformats/compare/v13.0.1...v13.1.0) (2024-02-15)
2+
3+
4+
### Features
5+
6+
* support decoding ArrayBuffers ([#287](https://github.com/multiformats/js-multiformats/issues/287)) ([e7f3272](https://github.com/multiformats/js-multiformats/commit/e7f3272fded88801409358dcef4a5b04b08ad38e))
7+
8+
9+
### Trivial Changes
10+
11+
* Update .github/dependabot.yml [skip ci] ([aa9c730](https://github.com/multiformats/js-multiformats/commit/aa9c7303a7bd844d659163261d301c5c95f26c3b))
12+
113
## [13.0.1](https://github.com/multiformats/js-multiformats/compare/v13.0.0...v13.0.1) (2024-01-10)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiformats",
3-
"version": "13.0.1",
3+
"version": "13.1.0",
44
"description": "Interface for multihash, multicodec, multibase and CID",
55
"author": "Mikeal Rogers <[email protected]> (https://www.mikealrogers.com/)",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)