From 717e5b6d56ef284f06ae9c6b09bfae561789c9b3 Mon Sep 17 00:00:00 2001 From: leoli Date: Wed, 15 May 2024 20:49:51 +0800 Subject: [PATCH 1/2] fix: update cmake installation command for Windows, close #20 --- cspell.json | 1 + packageData.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index 87caf57..eb103e4 100644 --- a/cspell.json +++ b/cspell.json @@ -27,6 +27,7 @@ "ilspy", "imagej", "inkscape", + "installargs", "Keyviz", "kicad", "krita", diff --git a/packageData.json b/packageData.json index 2f5c5eb..5fe2531 100644 --- a/packageData.json +++ b/packageData.json @@ -23,7 +23,7 @@ "install": { "linux": "asdf plugin add cmake && asdf install cmake latest && asdf global cmake latest", "mac": "asdf plugin add cmake && asdf install cmake latest && asdf global cmake latest", - "windows": "choco install cmake -y" + "windows": "choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'" }, "type": "disable" }, From 677ee8193cb97cb137765cab5c4c66f898d5c04b Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 15 May 2024 12:51:46 +0000 Subject: [PATCH 2/2] chore(release): v1.2.5 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0b581..aef10b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.5](https://github.com/leoli0605/npm-env-setup/compare/v1.2.4...v1.2.5) (2024-05-15) + + +### Bug Fixes + +* update cmake installation command for Windows, close [#20](https://github.com/leoli0605/npm-env-setup/issues/20) ([717e5b6](https://github.com/leoli0605/npm-env-setup/commit/717e5b6d56ef284f06ae9c6b09bfae561789c9b3)) + + + ## [1.2.4](https://github.com/leoli0605/npm-env-setup/compare/v1.2.3...v1.2.4) (2024-05-09) diff --git a/package.json b/package.json index 5236134..0857d66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@leoli0605/env-setup", - "version": "1.2.4", + "version": "1.2.5", "description": "\"\"", "main": "./src/index.mjs", "files": [