Skip to content

Commit 64cf39e

Browse files
committed
chore(release): 2.0.4
1 parent 9794cd3 commit 64cf39e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
### [2.0.4](https://github.com/Kikobeats/cacheable-response/compare/v2.0.3...v2.0.4) (2020-02-19)
6+
7+
8+
### Bug Fixes
9+
10+
* save into cache under 304 response ([#43](https://github.com/Kikobeats/cacheable-response/issues/43)) ([c033b79](https://github.com/Kikobeats/cacheable-response/commit/c033b79058f131ddfe0946a0cf2f9a67c23c9470))
11+
512
### [2.0.3](https://github.com/Kikobeats/cacheable-response/compare/v2.0.2...v2.0.3) (2020-02-18)
613

714
### [2.0.2](https://github.com/Kikobeats/cacheable-response/compare/v2.0.1...v2.0.2) (2020-02-16)

package.json

Lines changed: 1 addition & 1 deletion
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": "2.0.3",
5+
"version": "2.0.4",
66
"main": "index.js",
77
"author": {
88
"email": "[email protected]",

0 commit comments

Comments
 (0)