Skip to content

Commit

Permalink
chore(release): 2.17.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.17.0](v2.16.1...v2.17.0) (2024-05-04)

### Bug Fixes

* add retry for failed tasks ([701bc1b](701bc1b))
* **install:** better error handling for installing apps ([b1a561e](b1a561e))

### Features

* support `parallelCount` set parallel count, suppot `first` property to install before all others ([0d117b5](0d117b5))
  • Loading branch information
rocicorp-bot committed May 4, 2024
1 parent 6345036 commit 7b9ee3b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.17.0](https://github.com/Avivbens/shell-config/compare/v2.16.1...v2.17.0) (2024-05-04)


### Bug Fixes

* add retry for failed tasks ([701bc1b](https://github.com/Avivbens/shell-config/commit/701bc1bd56fd12ad3102fedf19b8921a1aa85680))
* **install:** better error handling for installing apps ([b1a561e](https://github.com/Avivbens/shell-config/commit/b1a561e292a25a16f375641ab2b734f2712add6b))


### Features

* support `parallelCount` set parallel count, suppot `first` property to install before all others ([0d117b5](https://github.com/Avivbens/shell-config/commit/0d117b50c8beb41867c451040df0098c40624d11))

## [2.16.1](https://github.com/Avivbens/shell-config/compare/v2.16.0...v2.16.1) (2024-05-04)


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.16.1",
"version": "2.17.0",
"description": "CLI Tool for MacOS setup",
"author": "Aviv Ben Shahar",
"private": false,
Expand Down

0 comments on commit 7b9ee3b

Please sign in to comment.