From 2763474432eeee1b4e2f7e54af88e5a5f5e028fc Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Thu, 22 Mar 2018 17:49:45 +0100 Subject: [PATCH] chore(release): 3.0.8 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bab97853..60e7744b 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. + +## [3.0.8](https://github.com/jantimon/html-webpack-plugin/compare/v3.0.7...v3.0.8) (2018-03-22) + + +### Bug Fixes + +* **compiler:** Fallback to 3.0.7 because of [#900](https://github.com/jantimon/html-webpack-plugin/issues/900) ([05ee29b](https://github.com/jantimon/html-webpack-plugin/commit/05ee29b)) + + + ## [3.0.7](https://github.com/jantimon/html-webpack-plugin/compare/v3.0.6...v3.0.7) (2018-03-19) diff --git a/package-lock.json b/package-lock.json index 926bb538..d1fe0804 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-webpack-plugin", - "version": "3.0.7", + "version": "3.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7c00cb7e..01677816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-webpack-plugin", - "version": "3.0.7", + "version": "3.0.8", "license": "MIT", "description": "Simplifies creation of HTML files to serve your webpack bundles", "author": "Charles Blaxland (https://github.com/ampedandwired)",