From 36ae238d1de9472c7a05709237a472cc0b275347 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Mon, 20 May 2019 11:54:23 +0000 Subject: [PATCH] chore(release): 1.6.4 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 309dcce..9b1d907 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.4](https://github.com/Kikobeats/cacheable-response/compare/v1.6.3...v1.6.4) (2019-05-20) + + +### Build System + +* change git-authors-cli position ([d1e9879](https://github.com/Kikobeats/cacheable-response/commit/d1e9879)) + + + ### [1.6.3](https://github.com/Kikobeats/cacheable-response/compare/v1.6.2...v1.6.3) (2019-05-17) diff --git a/package.json b/package.json index 973e9bb..bbee767 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.3", + "version": "1.6.4", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",