Skip to content

Commit 6d0ca73

Browse files
chore(release): 13.0.0 [skip ci]
## [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))
1 parent 56bbb96 commit 6d0ca73

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [13.0.0](https://github.com/multiformats/js-multiformats/compare/v12.1.3...v13.0.0) (2023-12-20)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module is now TypeScript - the API has not changed but releasing as a major for saftey
7+
8+
### Features
9+
10+
* 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)
11+
12+
13+
### Trivial Changes
14+
15+
* **deps:** bump actions/setup-node from 3.8.2 to 4.0.0 ([139b3c2](https://github.com/multiformats/js-multiformats/commit/139b3c2fa0d1afcba9f0aafde929fcf69f4d7804))
16+
117
## [12.1.3](https://github.com/multiformats/js-multiformats/compare/v12.1.2...v12.1.3) (2023-10-25)
218

319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiformats",
3-
"version": "12.1.3",
3+
"version": "13.0.0",
44
"description": "Interface for multihash, multicodec, multibase and CID",
55
"author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)