diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b6b77..167f136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.4](https://github.com/jsany/log-filesize-webpack-plugin/compare/v1.2.3...v1.2.4) (2020-07-21) + +### Bug Fixes + +- workflows/publish jobs.coverage.env ([9cb31cc](https://github.com/jsany/log-filesize-webpack-plugin/commit/9cb31ccfdfbaab1436d4d66bde08e1dd9db10305)) + ### [1.2.3](https://github.com/jsany/log-filesize-webpack-plugin/compare/v1.2.2...v1.2.3) (2020-07-21) ### Bug Fixes diff --git a/package.json b/package.json index 3753544..a06799e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jsany/log-filesize-webpack-plugin", - "version": "1.2.3", + "version": "1.2.4", "description": "log assets size after webpack build(wirte by typescript)", "keywords": ["log", "assets", "filesize", "gzip", "webpack", "plugin"], "homepage": "https://github.com/jsany/log-filesize-webpack-plugin#readme",