From f21a30340e06c0870d341561cfb7e506bd111c44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 03:58:13 +0000 Subject: [PATCH] chore(main): release 1.7.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b21df17..1c3207b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.0](https://github.com/KarinJS/plugins-list/compare/v1.6.2...v1.7.0) (2025-05-05) + + +### Features + +* 添加可选参数 allowBuild 以支持 pnpm 安装期间执行脚本的包名列表 ([ad864e6](https://github.com/KarinJS/plugins-list/commit/ad864e6cf2a06c35b8238b29f897f8e3ecd7baf6)) + ## [1.6.2](https://github.com/KarinJS/plugins-list/compare/v1.6.1...v1.6.2) (2025-05-04) diff --git a/package.json b/package.json index ad6d36e..9996809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@karinjs/plugins-list", - "version": "1.6.2", + "version": "1.7.0", "description": "", "keywords": [], "license": "MIT",