From ab03867dacee5f6e7c686b6bfcad9d5057f557f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E8=90=8C=E5=93=92=E8=B5=AB=E8=90=9D?= Date: Thu, 9 Mar 2023 17:11:03 +0800 Subject: [PATCH] :tada: Release: v1.4.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c160af1..86ab2cb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## :tada: 1.4.2 (2023-03-09) + + +### :sparkles: Features + +* update piclist-core, reduce package size ([c88dd1d](https://github.com/Kuingsmile/PicList/commit/c88dd1d)) + + +### :bug: Bug Fixes + +* fix aliasArray bug ([b027a73](https://github.com/Kuingsmile/PicList/commit/b027a73)) +* fix config name validate rule ([f715233](https://github.com/Kuingsmile/PicList/commit/f715233)) +* fix sharp build error on MacOS M1 chip ([1240afa](https://github.com/Kuingsmile/PicList/commit/1240afa)) + + +### :package: Chore + +* add mas.yml ([198157d](https://github.com/Kuingsmile/PicList/commit/198157d)) +* fix main.yml syntax error ([27b92d8](https://github.com/Kuingsmile/PicList/commit/27b92d8)) + + + ## :tada: 1.4.1 (2023-03-07) diff --git a/package.json b/package.json index 81c0666b..8a855859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "1.4.1", + "version": "1.4.2", "author": { "name": "Kuingsmile", "email": "msq@msq.pub"