Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2024-04-03)

### Bug Fixes

* remove Promise.race causing race condition ([#4](#4)) ([1dcd10f](1dcd10f))
  • Loading branch information
semantic-release-bot committed Apr 3, 2024
1 parent 1dcd10f commit 9f47315
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 @@
## [1.1.1](https://github.com/redabacha/parallelize-generator-promises/compare/v1.1.0...v1.1.1) (2024-04-03)


### Bug Fixes

* remove Promise.race causing race condition ([#4](https://github.com/redabacha/parallelize-generator-promises/issues/4)) ([1dcd10f](https://github.com/redabacha/parallelize-generator-promises/commit/1dcd10f740d8647b6b59f06bd68690e87a859a60))

# [1.1.0](https://github.com/redabacha/parallelize-generator-promises/compare/v1.0.2...v1.1.0) (2024-04-02)


Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reda/parallelize-generator-promises",
"version": "1.1.0",
"version": "1.1.1",
"exports": {
".": "./mod.ts",
"./promise-with-resolvers-polyfill": "./promise-with-resolvers-polyfill.ts"
Expand Down

0 comments on commit 9f47315

Please sign in to comment.