Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Oct 21, 2021
1 parent 4e2a739 commit 2d89166
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [3.0.0](https://github.com/webpack-contrib/html-loader/compare/v2.1.2...v3.0.0) (2021-10-21)


### ⚠ BREAKING CHANGES

* minimum supported `Node.js` version is `12.13.0`

### Features

* output link and descriptions on errors ([#391](https://github.com/webpack-contrib/html-loader/issues/391)) ([f662d66](https://github.com/webpack-contrib/html-loader/commit/f662d66406e46931e1da740309e6459cd655f408))
* update minimizer ([#406](https://github.com/webpack-contrib/html-loader/issues/406)) ([4e2a739](https://github.com/webpack-contrib/html-loader/commit/4e2a739ea1696141c2a9a1cb86882a3addd4d73e))

### [2.1.2](https://github.com/webpack-contrib/html-loader/compare/v2.1.1...v2.1.2) (2021-03-09)


Expand Down
4 changes: 2 additions & 2 deletions 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": "html-loader",
"version": "2.1.2",
"version": "3.0.0",
"description": "Html loader module for webpack",
"license": "MIT",
"repository": "webpack-contrib/html-loader",
Expand Down

0 comments on commit 2d89166

Please sign in to comment.