Skip to content

Commit

Permalink
chore(release): 2.18.10 [skip ci]
Browse files Browse the repository at this point in the history
## [2.18.10](v2.18.9...v2.18.10) (2024-06-06)

### Bug Fixes

* **apps:** `BetterSnapTool` => `BetterTouchTool`, support `AlDente` ([ecb63a1](ecb63a1))
* **apps:** support `Macs Fan Control` 🚀 ([3760b99](3760b99))
* **node:** `package_name` command also return package name & copy it ([12bd953](12bd953))
* **node:** `package_name` raw output ([87972a3](87972a3))
* **redis:** call `redis-server` directly ([bbcf027](bbcf027))
  • Loading branch information
rocicorp-bot committed Jun 6, 2024
1 parent ea533cd commit cb1da97
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.18.10](https://github.com/Avivbens/shell-config/compare/v2.18.9...v2.18.10) (2024-06-06)


### Bug Fixes

* **apps:** `BetterSnapTool` => `BetterTouchTool`, support `AlDente` ([ecb63a1](https://github.com/Avivbens/shell-config/commit/ecb63a1d0dddc3ef58f2fe8539e8195ed4c2e98a))
* **apps:** support `Macs Fan Control` 🚀 ([3760b99](https://github.com/Avivbens/shell-config/commit/3760b9913501d3e86d9d7a3a4b106601a0f48a92))
* **node:** `package_name` command also return package name & copy it ([12bd953](https://github.com/Avivbens/shell-config/commit/12bd953b3fb38d558ab162b567aa7d2440df3f4e))
* **node:** `package_name` raw output ([87972a3](https://github.com/Avivbens/shell-config/commit/87972a3c049481066e4ba141540da57accc16277))
* **redis:** call `redis-server` directly ([bbcf027](https://github.com/Avivbens/shell-config/commit/bbcf0275ae1b8dcad77612ade1fd89e1b1b6c898))

## [2.18.9](https://github.com/Avivbens/shell-config/compare/v2.18.8...v2.18.9) (2024-05-27)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shell-config",
"version": "2.18.9",
"version": "2.18.10",
"description": "CLI Tool for MacOS setup",
"author": "Aviv Ben Shahar",
"private": false,
Expand Down Expand Up @@ -139,4 +139,4 @@
"^@commands/(.*)$": "<rootDir>/commands/$1"
}
}
}
}

0 comments on commit cb1da97

Please sign in to comment.