Skip to content

Commit 2e30bb1

Browse files
committed
chore(release): 5.1.0
1 parent aa6e78d commit 2e30bb1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [5.1.0](https://github.com/jantimon/html-webpack-plugin/compare/v5.0.0...v5.1.0) (2021-02-12)
6+
7+
8+
### Features
9+
10+
* omit html tag attribute with null/undefined/false value ([aa6e78d](https://github.com/jantimon/html-webpack-plugin/commit/aa6e78d1430c17d9cf05550b2c9f73a9a0c0166c)), closes [#1598](https://github.com/jantimon/html-webpack-plugin/issues/1598)
11+
512
## [5.0.0](https://github.com/jantimon/html-webpack-plugin/compare/v4.5.1...v5.0.0) (2021-02-03)
613

714

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-webpack-plugin",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"license": "MIT",
55
"description": "Simplifies creation of HTML files to serve your webpack bundles",
66
"author": "Jan Nicklas <[email protected]> (https://github.com/jantimon)",

0 commit comments

Comments
 (0)