Skip to content

Commit c98b457

Browse files
github-actions[bot]MAXLZ1
authored andcommitted
chore(main): release 0.2.9
1 parent 65ed623 commit c98b457

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.9](https://github.com/MAXLZ1/nestjs-cacheable/compare/v0.2.8...v0.2.9) (2025-07-04)
4+
5+
6+
### Bug Fixes
7+
8+
* bump @eslint/js from 9.28.0 to 9.30.0 ([803fedf](https://github.com/MAXLZ1/nestjs-cacheable/commit/803fedf9cc4580bc367a57e19ec40724d8532154))
9+
* bump @keyv/postgres from 2.1.2 to 2.1.5 ([65ed623](https://github.com/MAXLZ1/nestjs-cacheable/commit/65ed6238a69bc5cb78283063dd0fa1e6f15f1835))
10+
* bump @keyv/redis from 4.3.2 to 4.4.0 ([fe6ef30](https://github.com/MAXLZ1/nestjs-cacheable/commit/fe6ef304db4808ab4e3123653b7af1bb400fe233))
11+
* bump @nestjs/common from 11.1.0 to 11.1.3 ([2f2478f](https://github.com/MAXLZ1/nestjs-cacheable/commit/2f2478ffb10de866d20f0a926cd3cfc2ef257162))
12+
* bump @nestjs/core from 11.1.2 to 11.1.3 ([13281f8](https://github.com/MAXLZ1/nestjs-cacheable/commit/13281f8d16279f40c783c8c09b9398462ee175da))
13+
* bump @nestjs/platform-express from 11.0.11 to 11.1.3 ([f11d37d](https://github.com/MAXLZ1/nestjs-cacheable/commit/f11d37d419ad4e8de984b47f33cbb649d4a1b0a6))
14+
* bump @nestjs/testing from 11.1.2 to 11.1.3 ([dcf469b](https://github.com/MAXLZ1/nestjs-cacheable/commit/dcf469b703987494259a7dda56ba8c1dc7184290))
15+
* bump eslint-config-prettier from 10.1.1 to 10.1.5 ([01e9f7c](https://github.com/MAXLZ1/nestjs-cacheable/commit/01e9f7c9c8af99967f453b77a83ce658708aabe9))
16+
* bump prettier from 3.5.3 to 3.6.2 ([bae507f](https://github.com/MAXLZ1/nestjs-cacheable/commit/bae507f9e9d34b1856993e40c7df3d661b3c267d))
17+
318
## [0.2.8](https://github.com/MAXLZ1/nestjs-cacheable/compare/v0.2.7...v0.2.8) (2025-06-02)
419

520

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maxlz/nestjs-cacheable",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "MAXLZ",

0 commit comments

Comments
 (0)