Skip to content

Commit 26996ba

Browse files
committed
chore(release): 1.10.0
1 parent 607cda3 commit 26996ba

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [1.10.0](https://github.com/Kikobeats/cacheable-response/compare/v1.9.2...v1.10.0) (2019-12-07)
6+
7+
8+
### Features
9+
10+
* add all options to getKey params ([a692392](https://github.com/Kikobeats/cacheable-response/commit/a69239276d06d5fd1bcea204989bc1bfa26e09b9))
11+
12+
13+
### Bug Fixes
14+
15+
* linter ([9ef6331](https://github.com/Kikobeats/cacheable-response/commit/9ef633161bfcb72db76e345577543fbb21816545))
16+
517
### [1.9.2](https://github.com/Kikobeats/cacheable-response/compare/v1.9.1...v1.9.2) (2019-11-25)
618

719
### [1.9.1](https://github.com/Kikobeats/cacheable-response/compare/v1.9.0...v1.9.1) (2019-11-19)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cacheable-response",
33
"description": "An HTTP compliant route path middleware for serving cache response with invalidation support.",
44
"homepage": "https://nicedoc.io/Kikobeats/cacheable-response",
5-
"version": "1.9.2",
5+
"version": "1.10.0",
66
"main": "index.js",
77
"author": {
88
"email": "[email protected]",

0 commit comments

Comments
 (0)