diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a57d9c..2ded72b 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.3.0 (2021-08-03) + + +### Features + +* customize bypass query parameter ([#79](https://github.com/Kikobeats/cacheable-response/issues/79)) ([929b8cc](https://github.com/Kikobeats/cacheable-response/commit/929b8ccc351f53f78c6bb085131728f1bd8ab56c)), closes [#72](https://github.com/Kikobeats/cacheable-response/issues/72) + ## 2.2.0 (2021-08-03) diff --git a/package.json b/package.json index 9ebeebc..8427b7b 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.2.0", + "version": "2.3.0", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",