Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.0](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](#75)) ([53030ba](53030ba))

### Dependencies

* bump it-stream-types from 1.0.5 to 2.0.1 ([#82](#82)) ([0862e0f](0862e0f))
  • Loading branch information
semantic-release-bot committed Apr 18, 2023
1 parent 0862e0f commit e1b5942
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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",
Expand Down

0 comments on commit e1b5942

Please sign in to comment.