redis-smq 7.1.0 → 7.1.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.1.1 (2022-10-11)
4
+
5
+ * docs(message-exchanges): update docs (19d7dd3)
6
+ * docs: update README (63b2fe6)
7
+
3
8
  ## 7.1.0 (2022-10-06)
4
9
 
5
10
  * docs: update README.md (8734e49)
package/README.md CHANGED
@@ -72,9 +72,9 @@ RedisSMQ is a Node.js library for queuing messages (aka jobs) and processing the
72
72
 
73
73
  **2022.10.06**
74
74
 
75
- :rocket: Release v7.1 is out! The RedisSMQ v7.1 extends the message queue features by introducing **[Message Exchanges](/docs/message-exchanges.md)**.
76
- Also, the [Web UI](https://github.com/weyoss/redis-smq-monitor-client) has been reworked for better user experience and to support the new features.
77
- So feel to play with the new release, if you encounter any issue, or you have a question do not hesitate to open an issue.
75
+ :rocket: RedisSMQ v7.1 is out! This new release extends the message queue features by introducing [Message Exchanges](/docs/message-exchanges.md).
76
+ Also, the [Web UI](https://github.com/weyoss/redis-smq-monitor-client) has been reworked for better user experience and
77
+ to fully support message exchanges and other various routine operations.
78
78
 
79
79
  ## Installation
80
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redis-smq",
3
- "version": "7.1.0",
3
+ "version": "7.1.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",