Skip to content

Commit

Permalink
chore(release): v1.3.2 🎉 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Apr 20, 2024
1 parent af67c8c commit 08697ec
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.3.2](https://github.com/ehmpathy/simple-async-tasks/compare/v1.3.1...v1.3.2) (2024-04-20)


### Bug Fixes

* **enqueue:** re-enable enqueue to any queue, beyond sqs ([495141c](https://github.com/ehmpathy/simple-async-tasks/commit/495141c8218b616ff81b4b02c6073aa37eb7fbab))
* **execute:** enable custom attempt timeout in seconds ([af67c8c](https://github.com/ehmpathy/simple-async-tasks/commit/af67c8c628939e429394357ee0940b7536bb2e1e))

## [1.3.1](https://github.com/ehmpathy/simple-async-tasks/compare/v1.3.0...v1.3.1) (2024-03-15)


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.3.1",
"version": "1.3.2",
"repository": "ehmpathy/simple-async-tasks",
"homepage": "https://github.com/ehmpathy/simple-async-tasks",
"keywords": [
Expand Down

0 comments on commit 08697ec

Please sign in to comment.