Skip to content

Commit

Permalink
chore(release): v1.7.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Aug 1, 2024
1 parent 597b2b8 commit bbfebd6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.7.1](https://github.com/ehmpathy/simple-async-tasks/compare/v1.7.0...v1.7.1) (2024-08-01)


### Bug Fixes

* **exec:** auto-retry on unfound task for read-after-write resilience ([597b2b8](https://github.com/ehmpathy/simple-async-tasks/commit/597b2b8c6c80f2a4753d7a6d33307ebc83112015))

## [1.7.0](https://github.com/ehmpathy/simple-async-tasks/compare/v1.6.0...v1.7.0) (2024-08-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simple-async-tasks",
"author": "ehmpathy",
"description": "A simple in-memory queue, for nodejs and the browser, with consumers for common usecases.",
"version": "1.7.0",
"version": "1.7.1",
"repository": "ehmpathy/simple-async-tasks",
"homepage": "https://github.com/ehmpathy/simple-async-tasks",
"keywords": [
Expand Down

0 comments on commit bbfebd6

Please sign in to comment.