Skip to content

Commit 6e67199

Browse files
committed
chore(release): 2.0.0-rc.0
1 parent 3bcbe5a commit 6e67199

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="2.0.0-rc.0"></a>
6+
# [2.0.0-rc.0](https://github.com/webpack/extract-text-webpack-plugin/compare/v2.0.0-beta.5...v2.0.0-rc.0) (2017-01-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **readme:** Incorrect loader configuration ([e477cc7](https://github.com/webpack/extract-text-webpack-plugin/commit/e477cc7))
12+
13+
14+
### Features
15+
16+
* **extract:** return an array of loader objects ([#343](https://github.com/webpack/extract-text-webpack-plugin/issues/343)) ([74b86e0](https://github.com/webpack/extract-text-webpack-plugin/commit/74b86e0))
17+
18+
19+
120
# Change Log
221

322
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.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "extract-text-webpack-plugin",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0-rc.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "Extract text from bundle into a file.",
6-
"engines": { "node": ">=4.3.0 < 5.0.0 || >= 5.10" },
6+
"engines": {
7+
"node": ">=4.3.0 < 5.0.0 || >= 5.10"
8+
},
79
"peerDependencies": {
810
"webpack": "^2.2.0"
911
},

0 commit comments

Comments
 (0)