Skip to content

Commit b7dbb41

Browse files
committed
chore(release): Updated changelog and version
1 parent 494e542 commit b7dbb41

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.40.8](https://github.com/filestack/filestack-js/compare/3.40.7...3.40.8) (2025-06-16)
6+
* **upload:** Fixed ERR_STREAM_WRITE_AFTER_END error during upload for node version 22+ ([cdc8ec](https://github.com/filestack/filestack-js/commit/cdc8ec3979251da7ed43ffa289d969709526ed69))
7+
58
## [3.40.7](https://github.com/filestack/filestack-js/compare/3.40.6...3.40.7) (2025-06-16)
69
* **upload:** Fixed write after end error during upload for node version 22+ ([fc080d](https://github.com/filestack/filestack-js/commit/fc080d414b6c2866b8a695a92955d2393ac66c7f))
710

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filestack-js",
3-
"version": "3.40.7",
3+
"version": "3.40.8",
44
"description": "Official JavaScript library for Filestack",
55
"main": "build/main/index.js",
66
"module": "build/module/index.js",

0 commit comments

Comments
 (0)