Skip to content

Commit e04eee5

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2024-09-08) ### Bug Fixes * added TS to JS compilation for NPM package ([55534a7](55534a7)) ### Features * Add Yarn v4 installation step to workflow ([f700521](f700521))
1 parent 40a2dd9 commit e04eee5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.2.0](https://github.com/tomerh2001/cache-manager-function/compare/v1.1.0...v1.2.0) (2024-09-08)
2+
3+
4+
### Bug Fixes
5+
6+
* added TS to JS compilation for NPM package ([55534a7](https://github.com/tomerh2001/cache-manager-function/commit/55534a76c07cdef868927a2f058f71bb1505e169))
7+
8+
9+
### Features
10+
11+
* Add Yarn v4 installation step to workflow ([f700521](https://github.com/tomerh2001/cache-manager-function/commit/f7005219f64434285f6d7583f82ca22134568468))
12+
113
# [1.1.0](https://github.com/tomerh2001/cache-manager-function/compare/v1.0.0...v1.1.0) (2024-09-07)
214

315

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.1.0",
3+
"version": "1.2.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"type": "module",

0 commit comments

Comments
 (0)