Skip to content

Commit

Permalink
chore(release): 13.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [13.0.0](v12.1.3...v13.0.0) (2023-12-20)

### ⚠ BREAKING CHANGES

* this module is now TypeScript - the API has not changed but releasing as a major for saftey

### Features

* convert codebase to typescript ([#251](#251)) ([56bbb96](56bbb96)), closes [#249](#249)

### Trivial Changes

* **deps:** bump actions/setup-node from 3.8.2 to 4.0.0 ([139b3c2](139b3c2))
  • Loading branch information
semantic-release-bot committed Dec 20, 2023
1 parent 56bbb96 commit 6d0ca73
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [13.0.0](https://github.com/multiformats/js-multiformats/compare/v12.1.3...v13.0.0) (2023-12-20)


### ⚠ BREAKING CHANGES

* this module is now TypeScript - the API has not changed but releasing as a major for saftey

### Features

* convert codebase to typescript ([#251](https://github.com/multiformats/js-multiformats/issues/251)) ([56bbb96](https://github.com/multiformats/js-multiformats/commit/56bbb9686ed0233f76d7aea6015d4d3294db443c)), closes [#249](https://github.com/multiformats/js-multiformats/issues/249)


### Trivial Changes

* **deps:** bump actions/setup-node from 3.8.2 to 4.0.0 ([139b3c2](https://github.com/multiformats/js-multiformats/commit/139b3c2fa0d1afcba9f0aafde929fcf69f4d7804))

## [12.1.3](https://github.com/multiformats/js-multiformats/compare/v12.1.2...v12.1.3) (2023-10-25)


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": "12.1.3",
"version": "13.0.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 6d0ca73

Please sign in to comment.