Skip to content

Commit e7874c6

Browse files
committed
chore(release): 2.5.3
1 parent fca3334 commit e7874c6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
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.5.3 (2021-08-18)
6+
7+
8+
### Bug Fixes
9+
10+
* prevent to cache after res is written ([fca3334](https://github.com/Kikobeats/cacheable-response/commit/fca3334b6423a214951ce054b3e4404b074fb6ec))
11+
512
### 2.5.2 (2021-08-17)
613

714
### 2.5.1 (2021-08-17)

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

0 commit comments

Comments
 (0)