Skip to content

Commit 429d832

Browse files
committed
release(@142vip/nest-redis): publish v0.0.1-alpha.2
1 parent b424142 commit 429d832

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/nest-redis/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.2 (2025-11-04)
7+
8+
### ✨ Features
9+
10+
- 新增`RedisModule`全局模块,支持注入即使用,补充单元测试、文档 &nbsp;-&nbsp; by **142vip.cn** in https://github.com/142vip/core-x/issues/719 [<samp>(9fb55)</samp>](https://github.com/142vip/core-x/commit/9fb5521)
11+
- 模块重命名为`NestRedisModule` &nbsp;-&nbsp; by **chufan** [<samp>(fd712)</samp>](https://github.com/142vip/core-x/commit/fd71287)
12+
13+
**Release New Version v0.0.1-alpha.2 [👉 View New Package On NPM](https://www.npmjs.com/package/@142vip/nest-redis)**
14+
615
## v0.0.1-alpha.1 (2025-02-06)
716

817
### ✨ Features

packages/nest-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/nest-redis",
3-
"version": "0.0.1-alpha.1",
3+
"version": "0.0.1-alpha.2",
44
"private": false,
55
"description": "Nest.js框架下Redis使用最佳实践",
66
"author": "mmdapl <mmdapl@163.com>",

0 commit comments

Comments
 (0)