Skip to content

Commit f940b8d

Browse files
committed
chore(release): 1.7.0
1 parent 5c502e6 commit f940b8d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-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.7.0](https://github.com/Kikobeats/cacheable-response/compare/v1.6.12...v1.7.0) (2019-09-11)
6+
7+
8+
### Build System
9+
10+
* update dependencies ([5c502e6](https://github.com/Kikobeats/cacheable-response/commit/5c502e6))
11+
12+
13+
### Features
14+
15+
* add response to getKey attributes ([da25929](https://github.com/Kikobeats/cacheable-response/commit/da25929))
16+
17+
18+
519
### [1.6.12](https://github.com/Kikobeats/cacheable-response/compare/v1.6.11...v1.6.12) (2019-06-26)
620

721

Diff for: package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
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.6.12",
5+
"version": "1.7.0",
66
"main": "index.js",
77
"author": {
88
"email": "[email protected]",
99
"name": "Kiko Beats",
1010
"url": "https://kikobeats.com"
1111
},
12+
"contributors": [
13+
{
14+
"name": "whooehoo",
15+
"email": "[email protected]"
16+
}
17+
],
1218
"repository": {
1319
"type": "git",
1420
"url": "git+https://github.com/Kikobeats/cacheable-response.git"

0 commit comments

Comments
 (0)