Skip to content

Commit 2273ee0

Browse files
committed
chore(release): 2.10.5
1 parent 486e636 commit 2273ee0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.10.5 (2026-03-13)
6+
7+
8+
### Bug Fixes
9+
10+
* set private Cache-Control for forced responses ([#124](https://github.com/Kikobeats/cacheable-response/issues/124)) ([486e636](https://github.com/Kikobeats/cacheable-response/commit/486e636b0d62d476e864230e9bb97945680f10f1))
11+
512
### 2.10.4 (2025-08-13)
613

714
### 2.10.3 (2025-05-10)

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.10.4",
5+
"version": "2.10.5",
66
"main": "src/index.js",
77
"author": {
88
"email": "josefrancisco.verdu@gmail.com",

0 commit comments

Comments
 (0)