Skip to content

Commit fb7139a

Browse files
committed
chore(release): 3.0.0
1 parent 319ee30 commit fb7139a

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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="3.0.0"></a>
6+
# [3.0.0](https://github.com/peerigon/extract-loader/compare/v2.0.1...v3.0.0) (2018-08-31)
7+
8+
9+
### Features
10+
11+
* Add source map support ([#43](https://github.com/peerigon/extract-loader/issues/43)) ([8f56c2f](https://github.com/peerigon/extract-loader/commit/8f56c2f)), closes [#1](https://github.com/peerigon/extract-loader/issues/1)
12+
* Enable deep evaluation of dependency graph ([#42](https://github.com/peerigon/extract-loader/issues/42)) ([c5aff66](https://github.com/peerigon/extract-loader/commit/c5aff66))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Although the change is not breaking according to our tests, we assume that there could be problems in certain projects.
18+
19+
20+
521
<a name="2.0.1"></a>
622
## [2.0.1](https://github.com/peerigon/extract-loader/compare/v2.0.0...v2.0.1) (2018-03-20)
723

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extract-loader",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "webpack loader to extract HTML and CSS from the bundle",
55
"main": "lib/extractLoader.js",
66
"scripts": {

0 commit comments

Comments
 (0)