Skip to content

Commit 6232b14

Browse files
committed
chore(release): 0.5.0
1 parent 263c80f commit 6232b14

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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="0.5.0"></a>
6+
# [0.5.0](https://github.com/webpack/html-loader/compare/v0.4.3...v0.5.0) (2017-07-26)
7+
8+
9+
### Bug Fixes
10+
11+
* es6 default export ([fae0309](https://github.com/webpack/html-loader/commit/fae0309))
12+
* Handle es6 default export ([e04e969](https://github.com/webpack/html-loader/commit/e04e969))
13+
* **getOptions:** deprecation warn in loaderUtils ([#114](https://github.com/webpack/html-loader/issues/114)) ([3d47e98](https://github.com/webpack/html-loader/commit/3d47e98))
14+
15+
16+
### Features
17+
18+
* add support for empty tags in `tag:attribute` matching ([#129](https://github.com/webpack/html-loader/issues/129)) ([70370dc](https://github.com/webpack/html-loader/commit/70370dc))
19+
* Adds exportAsDefault ([37d40d8](https://github.com/webpack/html-loader/commit/37d40d8))
20+
21+
22+
523
<a name="0.4.5"></a>
624
## [0.4.5](https://github.com/webpack/html-loader/compare/v0.4.3...v0.4.5) (2017-07-26)
725

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-loader",
3-
"version": "0.4.5",
3+
"version": "0.5.0",
44
"author": "Tobias Koppers @sokra",
55
"license": "MIT",
66
"description": "html loader module for webpack",

0 commit comments

Comments
 (0)