From a24161506b647a815e7a807b6ff2d3d2edcba58d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 5 Aug 2024 13:35:57 +0000 Subject: [PATCH 1/2] chore(release): 1.30.4 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.30.4](https://github.com/CaoMeiYouRen/cmyr-template-cli/compare/v1.30.3...v1.30.4) (2024-08-05) ### 🐛 Bug 修复 * 修复 minify-docker.js 脚本的错误 ([4f8fd4c](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/4f8fd4c)) * 增加部分默认依赖 ([d954284](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/d954284)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 816d865..e30e6ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # cmyr-template-cli +## [1.30.4](https://github.com/CaoMeiYouRen/cmyr-template-cli/compare/v1.30.3...v1.30.4) (2024-08-05) + + +### 🐛 Bug 修复 + +* 修复 minify-docker.js 脚本的错误 ([4f8fd4c](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/4f8fd4c)) +* 增加部分默认依赖 ([d954284](https://github.com/CaoMeiYouRen/cmyr-template-cli/commit/d954284)) + ## [1.30.3](https://github.com/CaoMeiYouRen/cmyr-template-cli/compare/v1.30.2...v1.30.3) (2024-07-24) diff --git a/package.json b/package.json index 5d75423..86864b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cmyr-template-cli", - "version": "1.30.3", + "version": "1.30.4", "description": "草梅友仁自制的项目模板创建器", "author": "CaoMeiYouRen", "license": "MIT", From 6ffa97eac99d7ecf9d616a09c332216a3166977f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:37:30 +0000 Subject: [PATCH 2/2] chore(deps-dev): bump @typescript-eslint/parser from 7.17.0 to 7.18.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.17.0 to 7.18.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86864b7..249264e 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/node": "^22.0.0", "@types/promise.any": "^2.0.0", "@typescript-eslint/eslint-plugin": "7.18.0", - "@typescript-eslint/parser": "7.17.0", + "@typescript-eslint/parser": "7.18.0", "commitizen": "^4.2.2", "conventional-changelog-cli": "^5.0.0", "conventional-changelog-cmyr-config": "^2.1.1",