Skip to content

Commit efb0404

Browse files
committed
release(@142vip/redis): publish v0.0.1-alpha.4
1 parent 3342ef0 commit efb0404

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/redis/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v0.0.1-alpha.4 (2025-11-04)
7+
8+
### ✨ Features
9+
10+
- 新增`RedisFactory`工厂类,优化`Redis`实例创建的核心逻辑 &nbsp;-&nbsp; by **142vip.cn** in https://github.com/142vip/core-x/issues/718 [<samp>(39d04)</samp>](https://github.com/142vip/core-x/commit/39d0471)
11+
12+
**Release New Version v0.0.1-alpha.4 [👉 View New Package On NPM](https://www.npmjs.com/package/@142vip/redis)**
13+
614
## v0.0.1-alpha.3 (2025-01-20)
715

816
### ✨ Features

packages/redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@142vip/redis",
3-
"version": "0.0.1-alpha.3",
3+
"version": "0.0.1-alpha.4",
44
"private": false,
55
"description": "Redis通用工具,基于ioredis的封装",
66
"author": "mmdapl <mmdapl@163.com>",

0 commit comments

Comments
 (0)