We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2686c commit e2df2ecCopy full SHA for e2df2ec
CHANGELOG.md
@@ -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
7
### 5.0.0
8
9
#### Breaking Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "cached",
- "version": "5.0.0",
+ "version": "5.0.1",
"description": "Simple access to a cache",
"license": "BSD-3-Clause",
"main": "lib/cached.js",
0 commit comments