diff --git a/CHANGELOG.md b/CHANGELOG.md index ca695ab7..a24a2fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.2.1](https://github.com/webpack-contrib/html-loader/compare/v1.2.0...v1.2.1) (2020-08-19) + + +### Bug Fixes + +* ignore template sources ([#314](https://github.com/webpack-contrib/html-loader/issues/314)) ([078d9bd](https://github.com/webpack-contrib/html-loader/commit/078d9bdc36d256d6a78ab0ae9b8ccddbef11393c)) + ## [1.2.0](https://github.com/webpack-contrib/html-loader/compare/v1.1.0...v1.2.0) (2020-08-18) diff --git a/package-lock.json b/package-lock.json index 2b392087..aea77954 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-loader", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0e63cc29..d3aa43bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-loader", - "version": "1.2.0", + "version": "1.2.1", "description": "Html loader module for webpack", "license": "MIT", "repository": "webpack-contrib/html-loader",