redis-smq-common 9.0.5-next.1 → 9.0.6-next.0

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
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [9.0.6-next.0](https://github.com/weyoss/redis-smq/compare/v9.0.5...v9.0.6-next.0) (2025-12-19)
7
+
8
+ ### 🚀 Chore
9
+
10
+ - fix outdated email address in different files ([ef0ec13](https://github.com/weyoss/redis-smq/commit/ef0ec13b7ea93de572b0913031bddf682dceb502))
11
+ - update copyright info ([09c04af](https://github.com/weyoss/redis-smq/commit/09c04af231725845f05e1a781d3211e87ded0b91))
12
+ - update READMEs after merging 'master' into 'next' ([7a7b35a](https://github.com/weyoss/redis-smq/commit/7a7b35a1a8171d70a2309bbb82b39ca5283b0499))
13
+
14
+ ### ✅ Tests
15
+
16
+ - **redis-smq-common:** test async.series() error handling ([487b343](https://github.com/weyoss/redis-smq/commit/487b343aa8dd99f1b3f5aff9296f1071e40716e8))
17
+
18
+ ## [9.0.5](https://github.com/weyoss/redis-smq/compare/v9.0.5-next.1...v9.0.5) (2025-12-15)
19
+
20
+ ### 🚀 Chore
21
+
22
+ - update READMEs after merging 'next' into 'master' ([fd588f51](https://github.com/weyoss/redis-smq/commit/fd588f512c71160164728218df7e66eeefe32675))
23
+
6
24
  ## [9.0.5-next.1](https://github.com/weyoss/redis-smq/compare/v9.0.5-next.0...v9.0.5-next.1) (2025-12-14)
7
25
 
8
26
  ### 📝 Documentation
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  --- Copyright (c)
3
- --- Weyoss <weyoss@protonmail.com>
3
+ --- Weyoss <weyoss@outlook.com>
4
4
  --- https://github.com/weyoss
5
5
  ---
6
6
  --- This source code is licensed under the MIT license found in the LICENSE file
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  --- Copyright (c)
3
- --- Weyoss <weyoss@protonmail.com>
3
+ --- Weyoss <weyoss@outlook.com>
4
4
  --- https://github.com/weyoss
5
5
  ---
6
6
  --- This source code is licensed under the MIT license found in the LICENSE file
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  --- Copyright (c)
3
- --- Weyoss <weyoss@protonmail.com>
3
+ --- Weyoss <weyoss@outlook.com>
4
4
  --- https://github.com/weyoss
5
5
  ---
6
6
  --- This source code is licensed under the MIT license found in the LICENSE file
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  --- Copyright (c)
3
- --- Weyoss <weyoss@protonmail.com>
3
+ --- Weyoss <weyoss@outlook.com>
4
4
  --- https://github.com/weyoss
5
5
  ---
6
6
  --- This source code is licensed under the MIT license found in the LICENSE file
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  --- Copyright (c)
3
- --- Weyoss <weyoss@protonmail.com>
3
+ --- Weyoss <weyoss@outlook.com>
4
4
  --- https://github.com/weyoss
5
5
  ---
6
6
  --- This source code is licensed under the MIT license found in the LICENSE file
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  --- Copyright (c)
3
- --- Weyoss <weyoss@protonmail.com>
3
+ --- Weyoss <weyoss@outlook.com>
4
4
  --- https://github.com/weyoss
5
5
  ---
6
6
  --- This source code is licensed under the MIT license found in the LICENSE file
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  --- Copyright (c)
3
- --- Weyoss <weyoss@protonmail.com>
3
+ --- Weyoss <weyoss@outlook.com>
4
4
  --- https://github.com/weyoss
5
5
  ---
6
6
  --- This source code is licensed under the MIT license found in the LICENSE file
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  --- Copyright (c)
3
- --- Weyoss <weyoss@protonmail.com>
3
+ --- Weyoss <weyoss@outlook.com>
4
4
  --- https://github.com/weyoss
5
5
  ---
6
6
  --- This source code is licensed under the MIT license found in the LICENSE file
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "redis-smq-common",
3
- "version": "9.0.5-next.1",
3
+ "version": "9.0.6-next.0",
4
4
  "description": "Provides essential components and utilities shared across RedisSMQ packages.",
5
- "author": "Weyoss <weyoss@protonmail.com>",
5
+ "author": "Weyoss <weyoss@outlook.com>",
6
6
  "license": "MIT",
7
7
  "keywords": [
8
8
  "redis",