From fabacd21ccbb90e601937826b0dd9aca31daeb82 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 28 Mar 2019 21:26:20 +0000 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb16cce..95ec674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.3.0](https://github.com/Kikobeats/cacheable-response/compare/v1.2.1...v1.3.0) (2019-03-28) + + +### Features + +* add compress support ([3ce5fd7](https://github.com/Kikobeats/cacheable-response/commit/3ce5fd7)) + + + ## [1.2.1](https://github.com/Kikobeats/cacheable-response/compare/v1.2.0...v1.2.1) (2019-03-28) diff --git a/package.json b/package.json index 7b8fdd5..33ea154 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.2.1", + "version": "1.3.0", "main": "index.js", "author": { "email": "josefrancisco.verdu@gmail.com",