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 05d6df8 commit 0584a8c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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))
* **practs:** bump practs to latest best ([05d6df8](https://github.com/ehmpathy/simple-async-tasks/commit/05d6df8648b6a2aa41c475e82a1e3d16a5bdb104))

## [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 0584a8c

Please sign in to comment.