Skip to content

Commit baa44d2

Browse files
chore: release v1.0.1
1 parent bdc2f16 commit baa44d2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
## 1.1.9 - 2023-07-29
1414
### Added
1515
- Changelog
16+
17+
## 1.0.1 - 2023-08-04

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dharmendrasha/function_cache",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Manages and records the outgoing records from nodejs application.",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -50,4 +50,4 @@
5050
"node-cache": "^5.1.2",
5151
"reflect-metadata": "^0.1.13"
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)