diff --git a/CHANGELOG.md b/CHANGELOG.md index dc23a6d..309dcce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +### [1.6.3](https://github.com/Kikobeats/cacheable-response/compare/v1.6.2...v1.6.3) (2019-05-17) + + +### Build System + +* add debug ([5b7e429](https://github.com/Kikobeats/cacheable-response/commit/5b7e429)) + + + ### [1.6.2](https://github.com/Kikobeats/cacheable-response/compare/v1.6.1...v1.6.2) (2019-05-16) diff --git a/package.json b/package.json index 318044d..fd70854 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": "1.6.2", + "version": "1.6.3", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",