Skip to content

Commit 31cec10

Browse files
chore(release): 4.1.0
# [4.1.0](v4.0.1...v4.1.0) (2023-06-15) ### Features * sanitise filename ([#49](#49)) ([8a8045c](8a8045c))
1 parent 8a8045c commit 31cec10

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.1.0](https://github.com/webtorrent/fs-chunk-store/compare/v4.0.1...v4.1.0) (2023-06-15)
2+
3+
4+
### Features
5+
6+
* sanitise filename ([#49](https://github.com/webtorrent/fs-chunk-store/issues/49)) ([8a8045c](https://github.com/webtorrent/fs-chunk-store/commit/8a8045c472df67c30e442fb6dc2faf03aead8f2f))
7+
18
## [4.0.1](https://github.com/webtorrent/fs-chunk-store/compare/v4.0.0...v4.0.1) (2023-01-27)
29

310

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": "4.0.1",
4+
"version": "4.1.0",
55
"author": {
66
"name": "Feross Aboukhadijeh",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)