From a0a05ba0559d177d3a55dcca20b69c0eff22f07f Mon Sep 17 00:00:00 2001 From: Kiko Date: Tue, 24 Oct 2023 11:04:46 +0000 Subject: [PATCH] chore(release): 2.8.10 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7527c51..76f2ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.8.10 (2023-10-24) + ### 2.8.9 (2023-10-03) ### 2.8.8 (2023-10-03) diff --git a/package.json b/package.json index 526ff0e..4eebc2e 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.9", + "version": "2.8.10", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",