Skip to content

Commit 0ab95c8

Browse files
committed
chore(release): publish 0.0.3
1 parent d5e88e6 commit 0ab95c8

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## 0.0.3 (2025-07-22)
2+
3+
### 🚀 Features
4+
5+
- add repository metadata to package.json files ([a842b3e](https://github.com/CSenshi/nestjs-redis/commit/a842b3e))
6+
- **ci:** add GitHub Actions workflow for package publishing ([fa0ddd4](https://github.com/CSenshi/nestjs-redis/commit/fa0ddd4))
7+
- **client:** init package ([774dcd6](https://github.com/CSenshi/nestjs-redis/commit/774dcd6))
8+
- **client:** implement Redis client module with decorators and services ([c525c8a](https://github.com/CSenshi/nestjs-redis/commit/c525c8a))
9+
- **client:** add Redis integration tests ([9c7b41f](https://github.com/CSenshi/nestjs-redis/commit/9c7b41f))
10+
- **client:** add support for multi-connection Redis clients and update dependencies ([e48e7e2](https://github.com/CSenshi/nestjs-redis/commit/e48e7e2))
11+
12+
### 🩹 Fixes
13+
14+
- update build step in github actions and correct file paths in package.json ([d5e88e6](https://github.com/CSenshi/nestjs-redis/commit/d5e88e6))
15+
- **ci:** add NODE_OPTIONS to increase memory limit ([7b0509f](https://github.com/CSenshi/nestjs-redis/commit/7b0509f))
16+
- **ci:** add public access flag to package publishing step ([063bb06](https://github.com/CSenshi/nestjs-redis/commit/063bb06))
17+
- **client:** comply to eslint rules ([094d7e3](https://github.com/CSenshi/nestjs-redis/commit/094d7e3))
18+
- **dependencies:** update redis version to use caret range ([9c48c65](https://github.com/CSenshi/nestjs-redis/commit/9c48c65))
19+
- **tests:** change invalid test case ([5917bbf](https://github.com/CSenshi/nestjs-redis/commit/5917bbf))
20+
21+
### ❤️ Thank You
22+
23+
- CSenshi

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-redis/client",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"main": "./dist/index.js",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)