Skip to content

Commit

Permalink
Merge branch 'refs/heads/releases/v1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed May 15, 2024
2 parents 3e74f83 + 677ee81 commit 8350982
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"ilspy",
"imagej",
"inkscape",
"installargs",
"Keyviz",
"kicad",
"krita",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leoli0605/env-setup",
"version": "1.2.4",
"version": "1.2.5",
"description": "\"\"",
"main": "./src/index.mjs",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packageData.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 8350982

Please sign in to comment.