From 6b4e64cc6b126fc52c68d2a85e1c0e8c86a0f68b Mon Sep 17 00:00:00 2001 From: Joshua Wiens Date: Sun, 9 Jul 2017 20:52:23 -0500 Subject: [PATCH] chore(release): 3.0.0-rc.2 --- 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 23496ee4..30fe71db 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.2](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2017-07-10) + + +### Bug Fixes + +* Modules shouldn't be passed to sort ([#568](https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/568)) ([113cabb](https://github.com/webpack-contrib/extract-text-webpack-plugin/commit/113cabb)) + + + # [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) diff --git a/package-lock.json b/package-lock.json index 64d9a467..99663333 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "extract-text-webpack-plugin", - "version": "3.0.0-rc.1", + "version": "3.0.0-rc.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 52720946..978af84d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-text-webpack-plugin", - "version": "3.0.0-rc.1", + "version": "3.0.0-rc.2", "author": "Tobias Koppers @sokra", "description": "Extract text from bundle into a file.", "license": "MIT",