Skip to content

Commit 61d660c

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.0.17...v3.0.0) (2023-08-31) ### ⚠ BREAKING CHANGES * publish as esm-only, use aegir, multiformats@12 ### Features * publish as esm-only, use aegir, multiformats@12 ([50d390b](50d390b)) ### Bug Fixes * add "release" section ([5a35634](5a35634)) ### Trivial Changes * **deps:** bump actions/setup-node from 3.6.0 to 3.8.0 ([bad8374](bad8374)) * **deps:** bump gozala/typescript-error-reporter-action ([#56](#56)) ([a1feb6a](a1feb6a)) * **deps:** [email protected] ([7383850](7383850)) * [email protected] ([7914985](7914985)) * Update .github/dependabot.yml [skip ci] ([97d8e28](97d8e28))
1 parent 5a35634 commit 61d660c

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## [3.0.0](https://github.com/multiformats/js-sha3/compare/v2.0.17...v3.0.0) (2023-08-31)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* publish as esm-only, use aegir, multiformats@12
7+
8+
### Features
9+
10+
* publish as esm-only, use aegir, multiformats@12 ([50d390b](https://github.com/multiformats/js-sha3/commit/50d390b6570e73664c8abfa31a04edc4952f3042))
11+
12+
13+
### Bug Fixes
14+
15+
* add "release" section ([5a35634](https://github.com/multiformats/js-sha3/commit/5a35634fd51902f39fa57aa9c0e2c771fc744470))
16+
17+
18+
### Trivial Changes
19+
20+
* **deps:** bump actions/setup-node from 3.6.0 to 3.8.0 ([bad8374](https://github.com/multiformats/js-sha3/commit/bad8374a92c5a9dfeace69ea9e4576cb6508a4ab))
21+
* **deps:** bump gozala/typescript-error-reporter-action ([#56](https://github.com/multiformats/js-sha3/issues/56)) ([a1feb6a](https://github.com/multiformats/js-sha3/commit/a1feb6ab5342dfdc4c9da1a4c63b26279d2d26b9))
22+
* **deps:** [email protected] ([7383850](https://github.com/multiformats/js-sha3/commit/7383850132e86b0ca69a68a27956aae5e3ebd369))
23+
* [email protected] ([7914985](https://github.com/multiformats/js-sha3/commit/791498545c9721d878b62c3a5d92c368e96eec1f))
24+
* Update .github/dependabot.yml [skip ci] ([97d8e28](https://github.com/multiformats/js-sha3/commit/97d8e2830c0f07a2299ba9b9e44170ad4f77b27b))
25+
126
## [2.0.17](https://github.com/multiformats/js-sha3/compare/v2.0.16...v2.0.17) (2023-05-16)
227

328

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/sha3",
3-
"version": "0.0.0-dev",
3+
"version": "3.0.0",
44
"description": "Multiformats hash functions for SHA3",
55
"author": "Mikeal Rogers <[email protected]> (https://www.mikealrogers.com/)",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)