Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.1.3...v2.0.0) (2022-10-19)

### ⚠ BREAKING CHANGES

* publish as esm-only (#36)

### Features

* publish as esm-only ([#36](#36)) ([b020bb4](b020bb4))

### Trivial Changes

* **no-release:** bump actions/setup-node from 3.1.1 to 3.2.0 ([#28](#28)) ([920c819](920c819))
* **no-release:** bump actions/setup-node from 3.2.0 to 3.3.0 ([#29](#29)) ([8f8ef2c](8f8ef2c))
* **no-release:** bump actions/setup-node from 3.3.0 to 3.4.0 ([#30](#30)) ([65102a8](65102a8))
* **no-release:** bump actions/setup-node from 3.4.0 to 3.4.1 ([#31](#31)) ([a502675](a502675))
* **no-release:** bump actions/setup-node from 3.4.1 to 3.5.0 ([#32](#32)) ([300f888](300f888))
* **no-release:** bump actions/setup-node from 3.5.0 to 3.5.1 ([#34](#34)) ([af7d6c8](af7d6c8))
  • Loading branch information
semantic-release-bot committed Oct 19, 2022
1 parent b020bb4 commit 3798c62
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [2.0.0](https://github.com/multiformats/js-murmur3/compare/v1.1.3...v2.0.0) (2022-10-19)


### ⚠ BREAKING CHANGES

* publish as esm-only (#36)

### Features

* publish as esm-only ([#36](https://github.com/multiformats/js-murmur3/issues/36)) ([b020bb4](https://github.com/multiformats/js-murmur3/commit/b020bb412fe86afc094279c90ed72f469879352b))


### Trivial Changes

* **no-release:** bump actions/setup-node from 3.1.1 to 3.2.0 ([#28](https://github.com/multiformats/js-murmur3/issues/28)) ([920c819](https://github.com/multiformats/js-murmur3/commit/920c8194cf7ee839c8f0f24fe5142f3e4ac3dc0f))
* **no-release:** bump actions/setup-node from 3.2.0 to 3.3.0 ([#29](https://github.com/multiformats/js-murmur3/issues/29)) ([8f8ef2c](https://github.com/multiformats/js-murmur3/commit/8f8ef2cb08f31950b0d46324ecb007d911ec184c))
* **no-release:** bump actions/setup-node from 3.3.0 to 3.4.0 ([#30](https://github.com/multiformats/js-murmur3/issues/30)) ([65102a8](https://github.com/multiformats/js-murmur3/commit/65102a89902a9df8d30df37a984aa21c85ebab5d))
* **no-release:** bump actions/setup-node from 3.4.0 to 3.4.1 ([#31](https://github.com/multiformats/js-murmur3/issues/31)) ([a502675](https://github.com/multiformats/js-murmur3/commit/a502675fec4f203bbf1e6764d0111d6674dcc2ec))
* **no-release:** bump actions/setup-node from 3.4.1 to 3.5.0 ([#32](https://github.com/multiformats/js-murmur3/issues/32)) ([300f888](https://github.com/multiformats/js-murmur3/commit/300f88881dea4c93af4f078cef451a4b723b26b5))
* **no-release:** bump actions/setup-node from 3.5.0 to 3.5.1 ([#34](https://github.com/multiformats/js-murmur3/issues/34)) ([af7d6c8](https://github.com/multiformats/js-murmur3/commit/af7d6c85a533673fd84ced19c428289c470fff24))

### [1.1.3](https://github.com/multiformats/js-murmur3/compare/v1.1.2...v1.1.3) (2022-05-02)


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/murmur3",
"version": "0.0.0-dev",
"version": "2.0.0",
"description": "Multiformats Murmur3 implementations",
"author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 3798c62

Please sign in to comment.