We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3b2d8 commit 96c43acCopy full SHA for 96c43ac
CHANGELOG.md
@@ -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
8
## [1.5.2](https://github.com/tomerh2001/cache-manager-function/compare/v1.5.1...v1.5.2) (2024-09-12)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "cache-manager-function",
- "version": "1.5.2",
+ "version": "1.5.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
0 commit comments