Skip to content

Commit 0f81445

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.3...v1.6.0) (2024-11-27) ### Features * add invalidateCache function to manage cache invalidation ([a190bda](a190bda))
1 parent a190bda commit 0f81445

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.6.0](https://github.com/tomerh2001/cache-manager-function/compare/v1.5.3...v1.6.0) (2024-11-27)
2+
3+
4+
### Features
5+
6+
* add invalidateCache function to manage cache invalidation ([a190bda](https://github.com/tomerh2001/cache-manager-function/commit/a190bdacf69639674a0861422fc53aea785886c3))
7+
18
## [1.5.3](https://github.com/tomerh2001/cache-manager-function/compare/v1.5.2...v1.5.3) (2024-09-12)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache-manager-function",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",
@@ -31,5 +31,5 @@
3131
"reflect-metadata": "^0.2.2",
3232
"typescript": "^5.5.4"
3333
},
34-
"packageManager": "yarn@4.4.1"
34+
"packageManager": "yarn@4.5.3"
3535
}

0 commit comments

Comments
 (0)