Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kim committed Nov 7, 2023
1 parent 35c8ccf commit 6e64566
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## [email protected] - 2023-11-07
### Fixed
- Add export maps to package.json files for the TypeScript `nodenext`
## [email protected] - 2020-09-02
### Fixed
- Fixed memory leaks in static combinator functions race, merge, zip and latest due to Promise.race.
Expand All @@ -10,7 +13,7 @@
- Fixed throw method not catching promises in newer versions of v8 (node.js 12+).
- Added ESM support for newer versions of node.
## [email protected] - 2019-10-13
### Fixed
### Fixed
- build files with target set to es5 rather than esnext
## [email protected] 2019-11-10
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/repeater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repeaterjs/repeater",
"version": "3.0.4",
"version": "3.0.5",
"description": "The missing constructor function for creating safe async iterators",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6e64566

Please sign in to comment.