diff --git a/CHANGELOG.md b/CHANGELOG.md index ba93a20..7625289 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.1.8](https://github.com/Kikobeats/cacheable-response/compare/v2.1.7...v2.1.8) (2020-11-10) + ### [2.1.7](https://github.com/Kikobeats/cacheable-response/compare/v2.1.6...v2.1.7) (2020-09-29) ### [2.1.6](https://github.com/Kikobeats/cacheable-response/compare/v2.1.5...v2.1.6) (2020-08-31) diff --git a/package.json b/package.json index bcbf65c..c9090eb 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.1.7", + "version": "2.1.8", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",