Skip to content

Commit 88b1b98

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2024-09-12) ### Features * added `noCache` to options ([8d21047](8d21047))
1 parent 8d21047 commit 88b1b98

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.4.0](https://github.com/tomerh2001/cache-manager-function/compare/v1.3.0...v1.4.0) (2024-09-12)
2+
3+
4+
### Features
5+
6+
* added `noCache` to options ([8d21047](https://github.com/tomerh2001/cache-manager-function/commit/8d21047c71876218b188b33672f107e9a47f2544))
7+
18
# [1.3.0](https://github.com/tomerh2001/cache-manager-function/compare/v1.2.0...v1.3.0) (2024-09-10)
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.3.0",
3+
"version": "1.4.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",

0 commit comments

Comments
 (0)