Skip to content

Commit dac21c2

Browse files
committed
chore(release): 0.5.1
1 parent 6efa6de commit dac21c2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.1"></a>
6+
## [0.5.1](https://github.com/webpack/html-loader/compare/v0.5.0...v0.5.1) (2017-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* Support for empty tags in tag-attribute matching ([#133](https://github.com/webpack/html-loader/issues/133)) ([6efa6de](https://github.com/webpack/html-loader/commit/6efa6de)), closes [#129](https://github.com/webpack/html-loader/issues/129)
12+
13+
14+
515
<a name="0.5.0"></a>
616
# [0.5.0](https://github.com/webpack/html-loader/compare/v0.4.3...v0.5.0) (2017-07-26)
717

package.json

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

0 commit comments

Comments
 (0)