redis-smq-common 9.0.0-next.11 → 9.0.0-next.13

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,16 @@
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.0-next.13](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.12...v9.0.0-next.13) (2025-10-28)
7
+
8
+ **Note:** Version bump only for package redis-smq-common
9
+
10
+ ## [9.0.0-next.12](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.11...v9.0.0-next.12) (2025-10-27)
11
+
12
+ ### 📝 Documentation
13
+
14
+ - fix license section formatting and standardize project names ([abbdbda](https://github.com/weyoss/redis-smq/commit/abbdbdae6fc42f0a9353b7cd786386a98e6e850d))
15
+
6
16
  ## [9.0.0-next.11](https://github.com/weyoss/redis-smq/compare/v9.0.0-next.10...v9.0.0-next.11) (2025-10-27)
7
17
 
8
18
  ### 🐛 Bug Fixes
package/README.md CHANGED
@@ -76,4 +76,4 @@ Issues and pull requests are welcome. Please read the repository’s CONTRIBUTIN
76
76
 
77
77
  ## License
78
78
 
79
- This project is licensed under is released under the [MIT License](/LICENSE).
79
+ RedisSMQ Common Library is released under the [MIT License](/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redis-smq-common",
3
- "version": "9.0.0-next.11",
3
+ "version": "9.0.0-next.13",
4
4
  "description": "Provides essential components and utilities shared across RedisSMQ packages.",
5
5
  "author": "Weyoss <weyoss@protonmail.com>",
6
6
  "license": "MIT",