Skip to content

Commit ca144ac

Browse files
committed
chore(release): 1.7.5
1 parent 0d3af15 commit ca144ac

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.5](https://github.com/Kikobeats/cacheable-response/compare/v1.7.4...v1.7.5) (2019-10-30)
6+
57
### [1.7.4](https://github.com/Kikobeats/cacheable-response/compare/v1.7.3...v1.7.4) (2019-10-15)
68

79
### [1.7.3](https://github.com/Kikobeats/cacheable-response/compare/v1.7.2...v1.7.3) (2019-09-21)

package.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,16 @@
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.7.4",
5+
"version": "1.7.5",
66
"main": "index.js",
77
"author": {
88
"email": "[email protected]",
99
"name": "Kiko Beats",
1010
"url": "https://kikobeats.com"
1111
},
1212
"contributors": [
13-
{
14-
"name": "rickynyairo",
15-
"email": "[email protected]"
16-
},
17-
{
18-
"name": "whooehoo",
19-
"email": "[email protected]"
20-
}
13+
"rickynyairo <[email protected]>",
14+
"whooehoo <[email protected]>"
2115
],
2216
"repository": {
2317
"type": "git",

0 commit comments

Comments
 (0)