From 54aa5298aea0ab58182684d9610375f2a9fe16b5 Mon Sep 17 00:00:00 2001 From: Michael Ciniawsky Date: Mon, 29 Jan 2018 21:58:40 +0100 Subject: [PATCH] chore(release): 1.1.6 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 660e95c..a9c0c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.1.6](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v1.1.5...v1.1.6) (2018-01-29) + + + ## [1.1.5](https://github.com/webpack-contrib/compression-webpack-plugin/compare/v1.1.4...v1.1.5) (2018-01-29) diff --git a/package-lock.json b/package-lock.json index ec625f3..daf4e64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "compression-webpack-plugin", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 61ea31b..9dc494f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compression-webpack-plugin", - "version": "1.1.5", + "version": "1.1.6", "author": "Tobias Koppers @sokra", "description": "Prepare compressed versions of assets to serve them with Content-Encoding", "main": "dist/cjs.js",