Skip to content

Commit b40377c

Browse files
chore(release): 1.6.1 [skip ci]
## [1.6.1](v1.6.0...v1.6.1) (2024-11-28) ### Bug Fixes * include namespace in cache key generation for cachedFunction ([840b511](840b511))
1 parent 840b511 commit b40377c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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.1](https://github.com/tomerh2001/cache-manager-function/compare/v1.6.0...v1.6.1) (2024-11-28)
2+
3+
4+
### Bug Fixes
5+
6+
* include namespace in cache key generation for cachedFunction ([840b511](https://github.com/tomerh2001/cache-manager-function/commit/840b511e8d03b131b233028188d58abb418286ea))
7+
18
# [1.6.0](https://github.com/tomerh2001/cache-manager-function/compare/v1.5.3...v1.6.0) (2024-11-27)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cache-manager-function",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",

0 commit comments

Comments
 (0)