Skip to content

Commit 9966f8c

Browse files
author
Travis CI
committed
chore(release): 1.6.0
1 parent 3603e4d commit 9966f8c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.6.0](https://github.com/Kikobeats/cacheable-response/compare/v1.5.2...v1.6.0) (2019-05-05)
6+
7+
8+
### Bug Fixes
9+
10+
* **package:** update pretty-ms to version 5.0.0 ([63c6dab](https://github.com/Kikobeats/cacheable-response/commit/63c6dab))
11+
12+
13+
### Features
14+
15+
* expose .getKey method ([3603e4d](https://github.com/Kikobeats/cacheable-response/commit/3603e4d)), closes [#11](https://github.com/Kikobeats/cacheable-response/issues/11) [#22](https://github.com/Kikobeats/cacheable-response/issues/22)
16+
17+
18+
519
<a name="1.5.2"></a>
620
## [1.5.2](https://github.com/Kikobeats/cacheable-response/compare/v1.5.1...v1.5.2) (2019-04-11)
721

Diff for: 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.5.2",
5+
"version": "1.6.0",
66
"main": "index.js",
77
"author": {
88
"email": "[email protected]",

0 commit comments

Comments
 (0)