Skip to content

Commit 6f86121

Browse files
committed
chore(release): 3.2.0
1 parent 5e61f0c commit 6f86121

File tree

3 files changed

+7
-49
lines changed

3 files changed

+7
-49
lines changed

CHANGELOG.md

Lines changed: 5 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,16 @@
1-
## [5.0.1](https://github.com/peerigon/extract-loader/compare/v5.0.0...v5.0.1) (2020-03-06)
2-
3-
4-
### Bug Fixes
1+
# Change Log
52

6-
* Add missing Babel dependency ([#76](https://github.com/peerigon/extract-loader/issues/76)) ([72ff48d](https://github.com/peerigon/extract-loader/commit/72ff48d))
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.
74

8-
# [5.0.0](https://github.com/peerigon/extract-loader/compare/v4.0.3...v5.0.0) (2020-03-05)
5+
<a name="3.2.0"></a>
6+
# [3.2.0](https://github.com/peerigon/extract-loader/compare/v5.0.1...v3.2.0) (2020-05-26)
97

108

119
### Features
1210

13-
* Add support for ECMAScript modules ([#69](https://github.com/peerigon/extract-loader/issues/69)) ([6034f23](https://github.com/peerigon/extract-loader/commit/6034f23))
14-
15-
16-
### BREAKING CHANGES
17-
18-
* The extract-loader now uses Babel to transpile the bundle code for the current Node version. This is required in order to support the new file-loader which produces ECMAScript modules. This *should not* be a breaking change but since Babel is also known to be kind of brittle in regards of configuration we cannot guarantee that there might be unknown/unwanted side-effects in your project setup.
19-
20-
## [4.0.3](https://github.com/peerigon/extract-loader/compare/v4.0.2...v4.0.3) (2020-01-29)
21-
22-
23-
### Bug Fixes
24-
25-
* explicit build before release since prePublishOnly does not run ([83299e9](https://github.com/peerigon/extract-loader/commit/83299e9))
26-
27-
## [4.0.2](https://github.com/peerigon/extract-loader/compare/v4.0.1...v4.0.2) (2020-01-29)
28-
29-
30-
### Bug Fixes
31-
32-
* adjust release action to fix build step ([9216425](https://github.com/peerigon/extract-loader/commit/9216425))
33-
34-
## [4.0.1](https://github.com/peerigon/extract-loader/compare/v4.0.0...v4.0.1) (2020-01-28)
35-
36-
37-
### Bug Fixes
38-
39-
* handling resource paths with query parameters ([b4b2c0a](https://github.com/peerigon/extract-loader/commit/b4b2c0a))
40-
41-
# [4.0.0](https://github.com/peerigon/extract-loader/compare/v3.1.0...v4.0.0) (2020-01-27)
42-
11+
* unique placeholders for each match ([#83](https://github.com/peerigon/extract-loader/issues/83)) ([5e61f0c](https://github.com/peerigon/extract-loader/commit/5e61f0c))
4312

44-
### chore
4513

46-
* remove node v6 support ([3938c75](https://github.com/peerigon/extract-loader/commit/3938c75))
47-
48-
49-
### BREAKING CHANGES
50-
51-
* remove node v6 support
52-
53-
# Change Log
54-
55-
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.
5614

5715
<a name="3.1.0"></a>
5816
# [3.1.0](https://github.com/peerigon/extract-loader/compare/v3.0.0...v3.1.0) (2018-11-26)

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": "3.1.0",
3+
"version": "3.2.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)