Skip to content

Commit 3e1138b

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2024-09-07) ### Bug Fixes * fixed an issue with npm ([2aa306c](2aa306c)) * fixed npm package name ([7640df1](7640df1)) * Update package name to "cache-manager-function" ([02975bb](02975bb)) ### Features * Update package name to "cache-manager-function" ([fa5a06b](fa5a06b))
1 parent fa5a06b commit 3e1138b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.1.0](https://github.com/tomerh2001/cache-manager-function/compare/v1.0.0...v1.1.0) (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+
* Update package name to "cache-manager-function" ([02975bb](https://github.com/tomerh2001/cache-manager-function/commit/02975bb2a917d6ac92a8384cff9e335d0d417532))
9+
10+
11+
### Features
12+
13+
* Update package name to "cache-manager-function" ([fa5a06b](https://github.com/tomerh2001/cache-manager-function/commit/fa5a06b7280fd33019fb265f1fd23a4335d70e1b))
14+
115
## [1.0.1](https://github.com/tomerh2001/cache-manager-function/compare/v1.0.0...v1.0.1) (2024-09-07)
216

317

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.1",
3+
"version": "1.1.0",
44
"module": "index.ts",
55
"type": "module",
66
"devDependencies": {

0 commit comments

Comments
 (0)