Skip to content

Commit cf259f4

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.0...v1.5.0) (2024-09-12) ### Features * added `namespace` to options ([9b34c82](9b34c82)) * added `returnRawValue` to options ([c37efe6](c37efe6))
1 parent c37efe6 commit cf259f4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.5.0](https://github.com/tomerh2001/cache-manager-function/compare/v1.4.0...v1.5.0) (2024-09-12)
2+
3+
4+
### Features
5+
6+
* added `namespace` to options ([9b34c82](https://github.com/tomerh2001/cache-manager-function/commit/9b34c8265e9a1f8350bb7fc183182768c15cc08f))
7+
* added `returnRawValue` to options ([c37efe6](https://github.com/tomerh2001/cache-manager-function/commit/c37efe6729b7dcb7477774e1b806a1a3a965235e))
8+
19
# [1.4.0](https://github.com/tomerh2001/cache-manager-function/compare/v1.3.0...v1.4.0) (2024-09-12)
210

311

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.4.0",
3+
"version": "1.5.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",

0 commit comments

Comments
 (0)