From 29e1b4cae66b3b618713db726e3d94b25f260a56 Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Fri, 7 Jul 2017 10:41:34 -0500 Subject: [PATCH] chore(release): 3.0.0-rc.1 --- 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 84ee311a..23496ee4 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.0-rc.1](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-rc.0...v3.0.0-rc.1) (2017-07-07) + + +### Bug Fixes + +* Module sorting ([27e3a28](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/27e3a28)) + + + # [3.0.0-rc.0](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-beta.3...v3.0.0-rc.0) (2017-07-07) diff --git a/package-lock.json b/package-lock.json index 283b6798..64d9a467 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "extract-text-webpack-plugin", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 142b6cdc..52720946 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-text-webpack-plugin", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "author": "Tobias Koppers @sokra", "description": "Extract text from bundle into a file.", "license": "MIT",