diff --git a/CHANGELOG.md b/CHANGELOG.md index a19e037..78e3ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [3.0.0](https://github.com/ipfs/js-hamt-sharding/compare/v2.0.1...v3.0.0) (2022-02-21) + + +### ⚠ BREAKING CHANGES + +* this module is ESM-only now + +### Bug Fixes + +* interface exports ([#6](https://github.com/ipfs/js-hamt-sharding/issues/6)) ([36396f0](https://github.com/ipfs/js-hamt-sharding/commit/36396f02c62cda238625d5b48a39ac2f70063415)) + + +### Trivial Changes + +* switch to unified CI ([#8](https://github.com/ipfs/js-hamt-sharding/issues/8)) ([dca4537](https://github.com/ipfs/js-hamt-sharding/commit/dca45372186c18a9d5fae1713fb978fd49b53c4d)) + ## [2.0.1](https://github.com/ipfs-shipyard/js-hamt-sharding/compare/v2.0.0...v2.0.1) (2021-08-23) @@ -33,6 +49,3 @@ ### Features * use async instead of callbacks ([2478d09](https://github.com/ipfs-shipyard/js-hamt-sharding/commit/2478d09)) - - - diff --git a/package.json b/package.json index 99454e5..ccb9217 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hamt-sharding", - "version": "2.0.1", + "version": "3.0.0", "description": "JavaScript implementation of sharding using hash array mapped tries", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-hamt-sharding#readme",