Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weyoss committed Jun 18, 2022
1 parent cd8bf6a commit f9e8d43
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

## 7.0.0 (2022-06-18)

* Fix typing issue (cd8bf6a)
* Bump up redis-smq-common to v1.0.0 (02c353d)
* Update callback vs promise vs async/await benchmarks (6fca49c)
* Update README.md (7fbdcbf)

## 7.0.0-rc.8 (2022-06-09)

* Update docs (96a45e7)
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
@@ -1,6 +1,6 @@
{
"name": "redis-smq",
"version": "7.0.0-rc.8",
"version": "7.0.0",
"description": "A simple high-performance Redis message queue for Node.js.",
"author": "Weyoss <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit f9e8d43

Please sign in to comment.