Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 9ce5032

Browse files
committed
chore(release): 2.0.0-rc.2
1 parent 76a171d commit 9ce5032

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
<a name="2.0.0-rc.2"></a>
6+
# [2.0.0-rc.2](https://github.com/webpack/extract-text-webpack-plugin/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2017-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **schema:** allow `extract` to accept omit/remove flags ([8ce93d5](https://github.com/webpack/extract-text-webpack-plugin/commit/8ce93d5)), closes [#371](https://github.com/webpack/extract-text-webpack-plugin/issues/371)
12+
* **schema:** connect loader schema with the code properly ([03bb4aa](https://github.com/webpack/extract-text-webpack-plugin/commit/03bb4aa))
13+
* **schema:** emit proper error messages ([70cbd4b](https://github.com/webpack/extract-text-webpack-plugin/commit/70cbd4b))
14+
15+
16+
### Features
17+
18+
* **errors:** show nicer errors if there are extra fields ([76a171d](https://github.com/webpack/extract-text-webpack-plugin/commit/76a171d))
19+
20+
21+
522
<a name="2.0.0-rc.1"></a>
623
# [2.0.0-rc.1](https://github.com/webpack/extract-text-webpack-plugin/compare/v2.0.0-rc.0...v2.0.0-rc.1) (2017-01-28)
724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extract-text-webpack-plugin",
3-
"version": "2.0.0-rc.1",
3+
"version": "2.0.0-rc.2",
44
"author": "Tobias Koppers @sokra",
55
"description": "Extract text from bundle into a file.",
66
"engines": {

0 commit comments

Comments
 (0)