redis-smq 7.0.0 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 7.0.1 (2022-06-18)
4
+
5
+ * Update migrating.md (9065d5f)
6
+ * Update README.md (4cfb653)
7
+
3
8
  ## 7.0.0 (2022-06-18)
4
9
 
5
10
  * Fix typing issue (cd8bf6a)
package/README.md CHANGED
@@ -15,8 +15,6 @@
15
15
 
16
16
  RedisSMQ is a Node.js library for queuing messages (aka jobs) and processing them asynchronously with consumers. Backed by Redis, it allows scaling up your application with ease of use.
17
17
 
18
- > ☝ The master branch reflects the latest changes and updates. It is currently going under heavy development. To view the release documentation see [v6.4.2 docs](https://github.com/weyoss/redis-smq/tree/v6.4.2).
19
-
20
18
  ## Features
21
19
 
22
20
  * **[High-performance message processing](/docs/performance.md)**.
@@ -70,9 +68,9 @@ RedisSMQ is a Node.js library for queuing messages (aka jobs) and processing the
70
68
 
71
69
  ## What's new?
72
70
 
73
- **2022.05.13**
71
+ **2022.06.18**
74
72
 
75
- :rocket: Release v7 is coming out! The RedisSMQ v7 is a refinement release with many improvements toward making
73
+ :rocket: Release v7 is finally ready! The RedisSMQ v7 is a refinement release with many improvements toward making
76
74
  things more simple to use and removing any confusions that can occur while working with the message queue.
77
75
 
78
76
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redis-smq",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "A simple high-performance Redis message queue for Node.js.",
5
5
  "author": "Weyoss <weyoss@protonmail.com>",
6
6
  "license": "MIT",