Skip to content

Commit

Permalink
chore(release): 4.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.1](v4.1.0...v4.1.1) (2023-04-13)

### Bug Fixes

* allow increasing number of listeners in node ([#29](#29)) ([2c51447](2c51447))
  • Loading branch information
semantic-release-bot committed Apr 13, 2023
1 parent 2c51447 commit c5182d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.1.1](https://github.com/jacobheun/any-signal/compare/v4.1.0...v4.1.1) (2023-04-13)


### Bug Fixes

* allow increasing number of listeners in node ([#29](https://github.com/jacobheun/any-signal/issues/29)) ([2c51447](https://github.com/jacobheun/any-signal/commit/2c5144748962ec9445a3ac08b53a35e889658c38))

## [4.1.0](https://github.com/jacobheun/any-signal/compare/v4.0.1...v4.1.0) (2023-04-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "any-signal",
"version": "4.1.0",
"version": "4.1.1",
"description": "Combines an array of AbortSignals into a single signal that is aborted when any signal is",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/jacobheun/any-signal#readme",
Expand Down

0 comments on commit c5182d8

Please sign in to comment.