From c5182d8aa968a870e0d4bc21e993865cc852df86 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Apr 2023 17:19:48 +0000 Subject: [PATCH] chore(release): 4.1.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1386f38..811698a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 252d1ee..092ea02 100644 --- a/package.json +++ b/package.json @@ -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",