Skip to content

Commit 44b6e6b

Browse files
chore(release): 3.0.2 [skip ci]
## [3.0.2](v3.0.1...v3.0.2) (2022-10-18) ### Documentation * update readme ([#37](#37)) ([c064fcc](c064fcc)) ### Dependencies * bump uint8arrays from 3.1.1 to 4.0.2 ([#35](#35)) ([f8867d6](f8867d6)) * **dev:** bump it-length from 1.0.4 to 2.0.0 ([#36](#36)) ([c844d7a](c844d7a))
1 parent c844d7a commit 44b6e6b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [3.0.2](https://github.com/ipfs/js-hamt-sharding/compare/v3.0.1...v3.0.2) (2022-10-18)
2+
3+
4+
### Documentation
5+
6+
* update readme ([#37](https://github.com/ipfs/js-hamt-sharding/issues/37)) ([c064fcc](https://github.com/ipfs/js-hamt-sharding/commit/c064fcc62fd744076ccd21eb029a7190c6385de1))
7+
8+
9+
### Dependencies
10+
11+
* bump uint8arrays from 3.1.1 to 4.0.2 ([#35](https://github.com/ipfs/js-hamt-sharding/issues/35)) ([f8867d6](https://github.com/ipfs/js-hamt-sharding/commit/f8867d6bab93a0759717105a4318d8090f627721))
12+
* **dev:** bump it-length from 1.0.4 to 2.0.0 ([#36](https://github.com/ipfs/js-hamt-sharding/issues/36)) ([c844d7a](https://github.com/ipfs/js-hamt-sharding/commit/c844d7a5f31eefe8e871ea55e80117df9c10253a))
13+
114
## [3.0.1](https://github.com/ipfs/js-hamt-sharding/compare/v3.0.0...v3.0.1) (2022-08-11)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hamt-sharding",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "JavaScript implementation of sharding using hash array mapped tries",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-hamt-sharding#readme",

0 commit comments

Comments
 (0)