diff --git a/CHANGELOG.md b/CHANGELOG.md index 958d9a6..efe580d 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.10.0 (2024-03-25) + + +### Features + +* automatically decorate etag ([#116](https://github.com/Kikobeats/cacheable-response/issues/116)) ([d37f262](https://github.com/Kikobeats/cacheable-response/commit/d37f262e9766899620f1c925fb0a4ebb89ca30a5)) + ## 2.9.0 (2024-03-24) diff --git a/package.json b/package.json index ab24339..f139ece 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.9.0", + "version": "2.10.0", "main": "src/index.js", "author": { "email": "josefrancisco.verdu@gmail.com",