diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fbbdd4..ba3b06e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.7.0](https://github.com/Kikobeats/cacheable-response/compare/v1.6.12...v1.7.0) (2019-09-11) + + +### Build System + +* update dependencies ([5c502e6](https://github.com/Kikobeats/cacheable-response/commit/5c502e6)) + + +### Features + +* add response to getKey attributes ([da25929](https://github.com/Kikobeats/cacheable-response/commit/da25929)) + + + ### [1.6.12](https://github.com/Kikobeats/cacheable-response/compare/v1.6.11...v1.6.12) (2019-06-26) diff --git a/package.json b/package.json index b96a975..95e3a5f 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,19 @@ "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.12", + "version": "1.7.0", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com", "name": "Kiko Beats", "url": "https://kikobeats.com" }, + "contributors": [ + { + "name": "whooehoo", + "email": "whooehoo@yandex.ru" + } + ], "repository": { "type": "git", "url": "git+https://github.com/Kikobeats/cacheable-response.git"