Skip to content

Commit ee29793

Browse files
committed
chore(release): 2.9.0
1 parent f1aaef9 commit ee29793

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.9.0 (2024-03-24)
6+
7+
8+
### Features
9+
10+
* store etag ([#115](https://github.com/Kikobeats/cacheable-response/issues/115)) ([f1aaef9](https://github.com/Kikobeats/cacheable-response/commit/f1aaef948d6ae671d7e9221148c8f746b0b67be6))
11+
512
### 2.8.13 (2024-03-23)
613

714
### 2.8.12 (2024-02-09)

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://github.com/Kikobeats/cacheable-response",
5-
"version": "2.8.13",
5+
"version": "2.9.0",
66
"main": "src/index.js",
77
"author": {
88
"email": "[email protected]",

0 commit comments

Comments
 (0)