Skip to content

Commit 96c43ac

Browse files
chore(release): 1.5.3 [skip ci]
## [1.5.3](v1.5.2...v1.5.3) (2024-09-12) ### Bug Fixes * fixed a bug with the types import ([7f3b2d8](7f3b2d8))
1 parent 7f3b2d8 commit 96c43ac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.3](https://github.com/tomerh2001/cache-manager-function/compare/v1.5.2...v1.5.3) (2024-09-12)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed a bug with the types import ([7f3b2d8](https://github.com/tomerh2001/cache-manager-function/commit/7f3b2d8677dd71e99b7532da4cfa0165bf740b4b))
7+
18
## [1.5.2](https://github.com/tomerh2001/cache-manager-function/compare/v1.5.1...v1.5.2) (2024-09-12)
29

310

package.json

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

0 commit comments

Comments
 (0)