Skip to content

Commit bc545cc

Browse files
chore(main): release 2.4.1 (#50)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 628504e commit bc545cc

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,5 +1,12 @@
11
# Changelog
22

3+
## [2.4.1](https://github.com/jacob-ebey/turbo-stream/compare/v2.4.0...v2.4.1) (2024-09-11)
4+
5+
6+
### Bug Fixes
7+
8+
* address memory leak caused by too many event listeners on AbortSignal ([#49](https://github.com/jacob-ebey/turbo-stream/issues/49)) ([628504e](https://github.com/jacob-ebey/turbo-stream/commit/628504e1b344b6f6e5fdcfb0258524a518c13505))
9+
310
## [2.4.0](https://github.com/jacob-ebey/turbo-stream/compare/v2.3.0...v2.4.0) (2024-08-17)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turbo-stream",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)