Skip to content

Commit a1dfb33

Browse files
committed
chore(release): 4.1.0
1 parent f54f8e7 commit a1dfb33

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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+
## [4.1.0](https://github.com/cfware/babel-plugin-template-html-minifier/compare/v4.0.0...v4.1.0) (2020-04-07)
6+
7+
8+
### Features
9+
10+
* Switch to html-minifier-terser ([#52](https://github.com/cfware/babel-plugin-template-html-minifier/issues/52)) ([f81fe58](https://github.com/cfware/babel-plugin-template-html-minifier/commit/f81fe58dd1d703782b5ae974cdf8322de06c7047))
11+
512
## [4.0.0](https://github.com/cfware/babel-plugin-template-html-minifier/compare/v3.1.0...v4.0.0) (2020-01-26)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "babel-plugin-template-html-minifier",
33
"description": "Minify HTML in tagged template strings using html-minifier",
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"main": "lib/index.js",
66
"scripts": {
77
"release": "standard-version --sign",

0 commit comments

Comments
 (0)