Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 18, 2020
1 parent 4c6200f commit cfe50be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.1.0](https://github.com/Kikobeats/cacheable-response/compare/v2.0.10...v2.1.0) (2020-06-18)


### Features

* add stale-if-error directive ([0a7ee28](https://github.com/Kikobeats/cacheable-response/commit/0a7ee282736a0ca038023fc6a087a79d9f3dda55))


### Bug Fixes

* linter ([6642027](https://github.com/Kikobeats/cacheable-response/commit/6642027bbbfe755231d470ee5b6eaa59ac90f151))

### [2.0.10](https://github.com/Kikobeats/cacheable-response/compare/v2.0.9...v2.0.10) (2020-06-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cacheable-response",
"description": "An HTTP compliant route path middleware for serving cache response with invalidation support.",
"homepage": "https://nicedoc.io/Kikobeats/cacheable-response",
"version": "2.0.10",
"version": "2.1.0",
"main": "index.js",
"author": {
"email": "josefrancisco.verdu@gmail.com",
Expand Down

0 comments on commit cfe50be

Please sign in to comment.