Skip to content

Commit 17231cc

Browse files
pre publish changes
1 parent 38cc841 commit 17231cc

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33

44
## Cache v1.0.1
55
- First time cache set intermittent issue fixed for memcached.
6+
7+
## Cache v1.0.2
8+
- `redis` NPM version updated to 3.1.1 for fixing `Potential exponential regex in monitor mode` security vulnerability.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plgworks/cache",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Cache is the central cache implementation for several modules.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)