Skip to content

Commit 5cd4dd3

Browse files
chore(release): 5.0.0
# [5.0.0](v4.1.0...v5.0.0) (2025-08-03) * BREAKING CHANGE: drop buffer ([51e0263](51e0263)) ### BREAKING CHANGES * drop buffer
1 parent 51e0263 commit 5cd4dd3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [5.0.0](https://github.com/webtorrent/fs-chunk-store/compare/v4.1.0...v5.0.0) (2025-08-03)
2+
3+
4+
* BREAKING CHANGE: drop buffer ([51e0263](https://github.com/webtorrent/fs-chunk-store/commit/51e02638868854f3c4e6f8fcbdac1fba3e2311a7))
5+
6+
7+
### BREAKING CHANGES
8+
9+
* drop buffer
10+
111
# [4.1.0](https://github.com/webtorrent/fs-chunk-store/compare/v4.0.1...v4.1.0) (2023-06-15)
212

313

package.json

Lines changed: 2 additions & 2 deletions
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": "4.1.0",
4+
"version": "5.0.0",
55
"author": {
66
"name": "Feross Aboukhadijeh",
77
"email": "[email protected]",
@@ -69,4 +69,4 @@
6969
"release": {
7070
"extends": "@webtorrent/semantic-release-config"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)