Skip to content

Commit e2df2ec

Browse files
committed
v5.0.1
1 parent 2d2686c commit e2df2ec

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 5.0.1
2+
3+
* chore: Remove yarn check that breaks people - **[@jkrems](https://github.com/jkrems)** [#42](https://github.com/groupon/node-cached/pull/42)
4+
- [`147a7f3`](https://github.com/groupon/node-cached/commit/147a7f3e1a5dd1a3690e134facf077b3b3329edf) **chore:** Remove yarn check that breaks people
5+
6+
17
### 5.0.0
28

39
#### Breaking Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cached",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Simple access to a cache",
55
"license": "BSD-3-Clause",
66
"main": "lib/cached.js",

0 commit comments

Comments
 (0)