diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ae1a6..d1802a6 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.4.1 (2021-08-12) + + +### Bug Fixes + +* finepack script ([3755164](https://github.com/Kikobeats/cacheable-response/commit/37551646da526dc04b4b221ec183e176c3a43c31)) + ## [2.4.0](https://github.com/Kikobeats/cacheable-response/compare/v2.3.0...v2.4.0) (2021-08-12) diff --git a/package.json b/package.json index be9efb3..526e13b 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://nicedoc.io/Kikobeats/cacheable-response", - "version": "2.4.0", + "version": "2.4.1", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",