From ee29793ef2983a86a8a6931fd81ac6d63df6f511 Mon Sep 17 00:00:00 2001 From: Kiko Date: Sun, 24 Mar 2024 21:44:24 +0000 Subject: [PATCH] chore(release): 2.9.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index feccc5d..958d9a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## 2.9.0 (2024-03-24) + + +### Features + +* store etag ([#115](https://github.com/Kikobeats/cacheable-response/issues/115)) ([f1aaef9](https://github.com/Kikobeats/cacheable-response/commit/f1aaef948d6ae671d7e9221148c8f746b0b67be6)) + ### 2.8.13 (2024-03-23) ### 2.8.12 (2024-02-09) diff --git a/package.json b/package.json index a6b232f..ab24339 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cacheable-response", "description": "An HTTP compliant route path middleware for serving cache response with invalidation support.", "homepage": "https://github.com/Kikobeats/cacheable-response", - "version": "2.8.13", + "version": "2.9.0", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",