Skip to content

Commit

Permalink
Merge pull request #29 from irgaly/1.6.0
Browse files Browse the repository at this point in the history
1.6.0
  • Loading branch information
irgaly authored Jul 11, 2024
2 parents 7755988 + 1e2ad43 commit ee664e5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# v1.5.0 - 2024/07/06 JST
# v1.6.0 - 2024/07/12 JST

Revert v1.5.0's breaking change: $HOME/bin/mint -> /usr/local/bin/mint

#### Fix

* Add mint-executable-directory option to mint installation directory [#28](https://github.com/irgaly/setup-mint/pull/28)
* mint will be install to /usr/local/bin/mint
* add `mint-executable-directory` option

#### Improve

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-mint-action",
"version": "1.5.0",
"version": "1.6.0",
"main": "dist/index.js",
"private": true,
"license": "Apache-2.0",
Expand Down

0 comments on commit ee664e5

Please sign in to comment.