From e1b5942d10de9bae5e5c925085487c1ce575776b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Apr 2023 22:03:28 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [5.0.0](https://github.com/alanshaw/abortable-iterator/compare/v4.0.3...v5.0.0) (2023-04-18) ### ⚠ BREAKING CHANGES * bump it-stream-types from 1.0.5 to 2.0.1 (#82) ### Trivial Changes * **deps-dev:** bump aegir from 36.2.3 to 38.1.7 ([#75](https://github.com/alanshaw/abortable-iterator/issues/75)) ([53030ba](https://github.com/alanshaw/abortable-iterator/commit/53030bae97c3fb32013a318c491e65c7801e395e)) ### Dependencies * bump it-stream-types from 1.0.5 to 2.0.1 ([#82](https://github.com/alanshaw/abortable-iterator/issues/82)) ([0862e0f](https://github.com/alanshaw/abortable-iterator/commit/0862e0fa25a9da781e6300b85bb5f69d8a375cec)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd17a22..9b6f540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [5.0.0](https://github.com/alanshaw/abortable-iterator/compare/v4.0.3...v5.0.0) (2023-04-18) + + +### ⚠ BREAKING CHANGES + +* bump it-stream-types from 1.0.5 to 2.0.1 (#82) + +### Trivial Changes + +* **deps-dev:** bump aegir from 36.2.3 to 38.1.7 ([#75](https://github.com/alanshaw/abortable-iterator/issues/75)) ([53030ba](https://github.com/alanshaw/abortable-iterator/commit/53030bae97c3fb32013a318c491e65c7801e395e)) + + +### Dependencies + +* bump it-stream-types from 1.0.5 to 2.0.1 ([#82](https://github.com/alanshaw/abortable-iterator/issues/82)) ([0862e0f](https://github.com/alanshaw/abortable-iterator/commit/0862e0fa25a9da781e6300b85bb5f69d8a375cec)) + ### [4.0.3](https://github.com/alanshaw/abortable-iterator/compare/v4.0.2...v4.0.3) (2023-04-18) diff --git a/package.json b/package.json index 859fc56..b9ea411 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abortable-iterator", - "version": "4.0.3", + "version": "5.0.0", "description": "Make any iterator or iterable abortable via an AbortSignal", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT",