Skip to content

Commit 2297926

Browse files
authored
Merge pull request #7 from apetta/changeset-release/main
Version Packages
2 parents 002e3b4 + ad7b5b8 commit 2297926

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/green-drinks-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# node-cache-plus
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- 002e3b4: Improved key generation for helper functions withCache & cachedCall - they now prefix the helper name to the key to avoid cache clashes with anonymous functions between helpers. They will still clash within the same helper - use an explicit key if you wish to avoid this.
8+
39
## 2.0.3
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-cache-plus",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"type": "module",
55
"description": "A wrapper around the popular node-cache library, featuring tag-based invalidation, factory functions, and more.",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)