Skip to content

Commit 16e83b4

Browse files
author
Travis CI
committed
chore(release): 1.4.0
1 parent a01125e commit 16e83b4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
<a name="1.4.0"></a>
6+
# [1.4.0](https://github.com/Kikobeats/cacheable-response/compare/v1.3.2...v1.4.0) (2019-04-06)
7+
8+
9+
### Bug Fixes
10+
11+
* dont change stable code ([16aad9d](https://github.com/Kikobeats/cacheable-response/commit/16aad9d))
12+
13+
14+
### Features
15+
16+
* reduce library footprint ([a9b35a7](https://github.com/Kikobeats/cacheable-response/commit/a9b35a7))
17+
18+
19+
520
<a name="1.3.2"></a>
621
## [1.3.2](https://github.com/Kikobeats/cacheable-response/compare/v1.3.1...v1.3.2) (2019-04-03)
722

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

0 commit comments

Comments
 (0)