diff --git a/CHANGELOG.md b/CHANGELOG.md index 657f1d9..2865c75 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.1.2](https://github.com/Kikobeats/cacheable-response/compare/v2.1.1...v2.1.2) (2020-08-18) + + +### Bug Fixes + +* don't add revalidate headers if value is 0 ([ab38c5e](https://github.com/Kikobeats/cacheable-response/commit/ab38c5e2e02c8accc9ff5d18dbf61ff8de6e54e5)) + ### [2.1.1](https://github.com/Kikobeats/cacheable-response/compare/v2.1.0...v2.1.1) (2020-08-18) ## [2.1.0](https://github.com/Kikobeats/cacheable-response/compare/v2.0.10...v2.1.0) (2020-06-18) diff --git a/package.json b/package.json index 6b60f00..680d58c 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.1", + "version": "2.1.2", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",