Skip to content

Commit

Permalink
chore(release): 13.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Feb 15, 2024
1 parent e7f3272 commit dcbd5d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [13.1.0](https://github.com/multiformats/js-multiformats/compare/v13.0.1...v13.1.0) (2024-02-15)


### Features

* support decoding ArrayBuffers ([#287](https://github.com/multiformats/js-multiformats/issues/287)) ([e7f3272](https://github.com/multiformats/js-multiformats/commit/e7f3272fded88801409358dcef4a5b04b08ad38e))


### Trivial Changes

* Update .github/dependabot.yml [skip ci] ([aa9c730](https://github.com/multiformats/js-multiformats/commit/aa9c7303a7bd844d659163261d301c5c95f26c3b))

## [13.0.1](https://github.com/multiformats/js-multiformats/compare/v13.0.0...v13.0.1) (2024-01-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiformats",
"version": "13.0.1",
"version": "13.1.0",
"description": "Interface for multihash, multicodec, multibase and CID",
"author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit dcbd5d7

Please sign in to comment.