Skip to content

Commit 079dddd

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2024-09-07) ### Bug Fixes * fixed an issue with npm ([2aa306c](2aa306c)) * fixed npm package name ([7640df1](7640df1))
1 parent 7640df1 commit 079dddd

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.0.1](https://github.com/tomerh2001/cache-manager-function/compare/v1.0.0...v1.0.1) (2024-09-07)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed an issue with npm ([2aa306c](https://github.com/tomerh2001/cache-manager-function/commit/2aa306ceafa5b884be1341559a09d6ac807d7c24))
7+
* fixed npm package name ([7640df1](https://github.com/tomerh2001/cache-manager-function/commit/7640df15f8f6c5ef2f702d020c46fc189f55a512))
8+
19
# 1.0.0 (2024-09-07)
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.0.0",
3+
"version": "1.0.1",
44
"module": "index.ts",
55
"type": "module",
66
"devDependencies": {

0 commit comments

Comments
 (0)