diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c160af..86ab2cb 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 81c0666..8a85585 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"