Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 74b2409

Browse files
committed
3.0.0-rc.14
1 parent e79899a commit 74b2409

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11

22

3+
## [3.0.0-rc.14](https://github.com/weyoss/redis-smq-common/compare/v3.0.0-rc.13...v3.0.0-rc.14) (2024-03-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rewrite and optimize worker logic, clean up
9+
10+
### Bug Fixes
11+
12+
* strip 'file://' from filename ([39367b0](https://github.com/weyoss/redis-smq-common/commit/39367b01b19e2f5d5cdadb20d68d95dc9ab3f72e))
13+
14+
15+
### Documentation
16+
17+
* update API reference ([e79899a](https://github.com/weyoss/redis-smq-common/commit/e79899a6316d14042bee5eaa94be86f6816833e6))
18+
19+
20+
### Codebase Refactoring
21+
22+
* rewrite and optimize worker logic, clean up ([f9120de](https://github.com/weyoss/redis-smq-common/commit/f9120de0bc45929ab19aa4eb724ebc3b6159a0b3))
23+
324
## [3.0.0-rc.13](https://github.com/weyoss/redis-smq-common/compare/v3.0.0-rc.12...v3.0.0-rc.13) (2024-03-08)
425

526

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis-smq-common",
3-
"version": "3.0.0-rc.13",
3+
"version": "3.0.0-rc.14",
44
"description": "RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.",
55
"author": "Weyoss <weyoss@protonmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)