Skip to content

Commit ab8e501

Browse files
chore(release): 3.0.0
# [3.0.0](v2.0.5...v3.0.0) (2022-03-30) ### Bug Fixes * remove rimraf ([#16](#16)) ([874205b](874205b)) ### BREAKING CHANGES * requires node 14+ * remove rimraf * fix: no package lock Co-authored-by: Diego Rodríguez Baquero <[email protected]>
1 parent 874205b commit ab8e501

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [3.0.0](https://github.com/webtorrent/fs-chunk-store/compare/v2.0.5...v3.0.0) (2022-03-30)
2+
3+
4+
### Bug Fixes
5+
6+
* remove rimraf ([#16](https://github.com/webtorrent/fs-chunk-store/issues/16)) ([874205b](https://github.com/webtorrent/fs-chunk-store/commit/874205bba91e3a6d55be927fa4dd1b79425e0e58))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* requires node 14+
12+
13+
* remove rimraf
14+
15+
* fix: no package lock
16+
17+
Co-authored-by: Diego Rodríguez Baquero <[email protected]>
18+
119
## [2.0.5](https://github.com/webtorrent/fs-chunk-store/compare/v2.0.4...v2.0.5) (2022-03-30)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fs-chunk-store",
33
"description": "Filesystem (fs) chunk store that is abstract-chunk-store compliant",
4-
"version": "2.0.5",
4+
"version": "3.0.0",
55
"author": {
66
"name": "Feross Aboukhadijeh",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)