Skip to content

Commit

Permalink
chore(release): 2.18.8 [skip ci]
Browse files Browse the repository at this point in the history
## [2.18.8](v2.18.7...v2.18.8) (2024-05-20)

### Bug Fixes

* **apps:** fallback commands for terminal apps 🔨 ([6cb252e](6cb252e))
* **logs:** better logs, including package version ([1ea92c2](1ea92c2))
* **utils:** support `wait_for_input` ([8780aea](8780aea))
* **zsh:** reduce bootstrap time `~2100` => `~1600` 🚀 ([fb46ee4](fb46ee4))
  • Loading branch information
rocicorp-bot committed May 20, 2024
1 parent 51510f2 commit 9a1dcf7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.18.8](https://github.com/Avivbens/shell-config/compare/v2.18.7...v2.18.8) (2024-05-20)


### Bug Fixes

* **apps:** fallback commands for terminal apps 🔨 ([6cb252e](https://github.com/Avivbens/shell-config/commit/6cb252ecdc7f02ca2a1be3129ab8d04addefd00f))
* **logs:** better logs, including package version ([1ea92c2](https://github.com/Avivbens/shell-config/commit/1ea92c239d96f4e3cf24b8ce1b2fbb9610d7044b))
* **utils:** support `wait_for_input` ([8780aea](https://github.com/Avivbens/shell-config/commit/8780aeaa528ab2c1ba94fc72e6b9ea2d23b1c09c))
* **zsh:** reduce bootstrap time `~2100` => `~1600` 🚀 ([fb46ee4](https://github.com/Avivbens/shell-config/commit/fb46ee44880248b1484f6f403c777be8fb1e10fb))

## [2.18.7](https://github.com/Avivbens/shell-config/compare/v2.18.6...v2.18.7) (2024-05-15)


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": "shell-config",
"version": "2.18.7",
"version": "2.18.8",
"description": "CLI Tool for MacOS setup",
"author": "Aviv Ben Shahar",
"private": false,
Expand Down

0 comments on commit 9a1dcf7

Please sign in to comment.