Skip to content

Commit

Permalink
v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Jun 29, 2021
1 parent 0b46fce commit b54cd8f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v6.1.0 (2021-06-29)
<a id="v6.1.0"></a>
#### 🚀 New Features

* [#62](https://github.com/groupon/node-cached/pull/62) feat: add redis backend ([@aaarichter](https://github.com/aaarichter))


### v6.0.0 (2021-06-27)
<a id="v6.0.0"></a>
#### 💥 Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![nlm-github](https://img.shields.io/badge/github-groupon%2Fnode--cached%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/groupon/node-cached/issues)
![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13.0-blue?logo=node.js&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-6.0.0-blue?logo=version&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-6.1.0-blue?logo=version&logoColor=white)
[![Publish to NPM](https://github.com/groupon/node-cached/actions/workflows/npm-publish.yml/badge.svg?event=push)](https://github.com/groupon/node-cached/actions/workflows/npm-publish.yml)
# cached

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cached",
"version": "6.0.0",
"version": "6.1.0",
"description": "Simple access to a cache",
"license": "BSD-3-Clause",
"main": "lib/cached.js",
Expand Down

0 comments on commit b54cd8f

Please sign in to comment.