Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Aug 31, 2018
1 parent 319ee30 commit fb7139a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

<a name="3.0.0"></a>
# [3.0.0](https://github.com/peerigon/extract-loader/compare/v2.0.1...v3.0.0) (2018-08-31)


### Features

* 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)
* Enable deep evaluation of dependency graph ([#42](https://github.com/peerigon/extract-loader/issues/42)) ([c5aff66](https://github.com/peerigon/extract-loader/commit/c5aff66))


### BREAKING CHANGES

* Although the change is not breaking according to our tests, we assume that there could be problems in certain projects.



<a name="2.0.1"></a>
## [2.0.1](https://github.com/peerigon/extract-loader/compare/v2.0.0...v2.0.1) (2018-03-20)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extract-loader",
"version": "2.0.1",
"version": "3.0.0",
"description": "webpack loader to extract HTML and CSS from the bundle",
"main": "lib/extractLoader.js",
"scripts": {
Expand Down

0 comments on commit fb7139a

Please sign in to comment.