Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.0](v2.0.1...v3.0.0) (2022-02-21)

### ⚠ BREAKING CHANGES

* this module is ESM-only now

### Bug Fixes

* interface exports ([#6](#6)) ([36396f0](36396f0))

### Trivial Changes

* switch to unified CI ([#8](#8)) ([dca4537](dca4537))
  • Loading branch information
semantic-release-bot committed Feb 21, 2022
1 parent dca4537 commit de3a82c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions 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)


Expand Down Expand Up @@ -33,6 +49,3 @@
### Features

* use async instead of callbacks ([2478d09](https://github.com/ipfs-shipyard/js-hamt-sharding/commit/2478d09))



2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit de3a82c

Please sign in to comment.