We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc2f16 commit baa44d2Copy full SHA for baa44d2
2 files changed
CHANGELOG.md
@@ -13,3 +13,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
## 1.1.9 - 2023-07-29
14
### Added
15
- Changelog
16
+
17
+## 1.0.1 - 2023-08-04
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@dharmendrasha/function_cache",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Manages and records the outgoing records from nodejs application.",
5
"main": "./lib/index.js",
6
"types": "./lib/index.d.ts",
@@ -50,4 +50,4 @@
50
"node-cache": "^5.1.2",
51
"reflect-metadata": "^0.1.13"
52
}
53
-}
+}
0 commit comments