From 75206fa25054a19564feafcb9e3b4d959d7879bc Mon Sep 17 00:00:00 2001 From: Mr-jiangzhiguo Date: Tue, 21 Jul 2020 14:10:14 +0800 Subject: [PATCH] chore(release): 1.2.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5024e7b..d8b6b77 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.3](https://github.com/jsany/log-filesize-webpack-plugin/compare/v1.2.2...v1.2.3) (2020-07-21) + +### Bug Fixes + +- use persional token to trigger event(https://github.com/actions/create-release/issues/52) ([6253fab](https://github.com/jsany/log-filesize-webpack-plugin/commit/6253fabcfa3adf307e03e43f16cbef7ee1253d1e)) + ### [1.2.2](https://github.com/jsany/log-filesize-webpack-plugin/compare/v1.2.1...v1.2.2) (2020-07-21) ### Bug Fixes diff --git a/package.json b/package.json index 7151120..3753544 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jsany/log-filesize-webpack-plugin", - "version": "1.2.2", + "version": "1.2.3", "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",