Skip to content

Commit aa75571

Browse files
committed
v5.0.2
1 parent dcd2721 commit aa75571

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 5.0.2
2+
3+
* misc updates - **[@dbushong](https://github.com/dbushong)** [#46](https://github.com/groupon/node-cached/pull/46)
4+
- [`25732ff`](https://github.com/groupon/node-cached/commit/25732ffaf461edddb9c03db28bb3c6b4f8d91342) **chore:** run updater
5+
- [`eb5db4e`](https://github.com/groupon/node-cached/commit/eb5db4e64de5e6472de68c9e18cd9b3d05e066d3) **chore:** lint fixes
6+
- [`e301ea9`](https://github.com/groupon/node-cached/commit/e301ea90eb56b2ce143fc394eea869538f3a3716) **chore:** npm audit fix
7+
8+
19
### 5.0.1
210

311
* chore: Remove yarn check that breaks people - **[@jkrems](https://github.com/jkrems)** [#42](https://github.com/groupon/node-cached/pull/42)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1",
3+
"version": "5.0.2",
44
"description": "Simple access to a cache",
55
"license": "BSD-3-Clause",
66
"main": "lib/cached.js",

0 commit comments

Comments
 (0)