From 66594255a80ba6389d1746db4ee8f8c9e7dc3768 Mon Sep 17 00:00:00 2001 From: Kiko Date: Sat, 23 Mar 2024 22:24:59 +0000 Subject: [PATCH] chore(release): 2.8.13 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d580c67..feccc5d 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.13 (2024-03-23) + ### 2.8.12 (2024-02-09) ### 2.8.11 (2024-02-08) diff --git a/package.json b/package.json index dd623ef..a6b232f 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.12", + "version": "2.8.13", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",