Skip to content

Commit

Permalink
chore(release): 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.1.0](v5.0.1...v5.1.0) (2024-08-07)

### Features

* add `abortName` option to override thrown error name ([#98](#98)) ([e43efdf](e43efdf))

### Bug Fixes

* update project config ([#99](#99)) ([c6660f5](c6660f5))

### Trivial Changes

* add or force update .github/workflows/js-test-and-release.yml ([#95](#95)) ([b4aeafa](b4aeafa))
* delete templates [skip ci] ([#94](#94)) ([be4d6bb](be4d6bb))

### Dependencies

* **dev:** bump aegir from 38.1.8 to 44.1.0 ([#97](#97)) ([8dd8a87](8dd8a87))
* **dev:** bump delay from 5.0.0 to 6.0.0 ([#89](#89)) ([e06ec34](e06ec34))
  • Loading branch information
semantic-release-bot committed Aug 7, 2024
1 parent c6660f5 commit ad5f6c5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [5.1.0](https://github.com/alanshaw/abortable-iterator/compare/v5.0.1...v5.1.0) (2024-08-07)

### Features

* add `abortName` option to override thrown error name ([#98](https://github.com/alanshaw/abortable-iterator/issues/98)) ([e43efdf](https://github.com/alanshaw/abortable-iterator/commit/e43efdf2fc187d6a325f59c31d2348f1b1269ab0))

### Bug Fixes

* update project config ([#99](https://github.com/alanshaw/abortable-iterator/issues/99)) ([c6660f5](https://github.com/alanshaw/abortable-iterator/commit/c6660f53104c16cad6a608dc42d5a9e91443bcc9))

### Trivial Changes

* add or force update .github/workflows/js-test-and-release.yml ([#95](https://github.com/alanshaw/abortable-iterator/issues/95)) ([b4aeafa](https://github.com/alanshaw/abortable-iterator/commit/b4aeafa15d1b0bc22424f05f31691757c26ad178))
* delete templates [skip ci] ([#94](https://github.com/alanshaw/abortable-iterator/issues/94)) ([be4d6bb](https://github.com/alanshaw/abortable-iterator/commit/be4d6bb035e8e04f97f5d400ae730aee40037510))

### Dependencies

* **dev:** bump aegir from 38.1.8 to 44.1.0 ([#97](https://github.com/alanshaw/abortable-iterator/issues/97)) ([8dd8a87](https://github.com/alanshaw/abortable-iterator/commit/8dd8a8798d3ce753628e233ee7dd67f80dec6340))
* **dev:** bump delay from 5.0.0 to 6.0.0 ([#89](https://github.com/alanshaw/abortable-iterator/issues/89)) ([e06ec34](https://github.com/alanshaw/abortable-iterator/commit/e06ec34868f00bd46e40d38fee1b7814675ebe2f))

## [5.0.1](https://github.com/alanshaw/abortable-iterator/compare/v5.0.0...v5.0.1) (2023-04-19)


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": "5.0.1",
"version": "5.1.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 ad5f6c5

Please sign in to comment.