Skip to content

Commit

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

### Bug Fixes

* **apps:** `pip` installation issue - `error: externally-managed-environment` ([07c5a79](07c5a79))
* **apps:** fallback for `Intel` chip apps, dependencies of `git` ([5676cb5](5676cb5))
* **apps:** resolve deprecated `Grammarly`, move `telegram-desktop` => `telegram` ([fdc0312](fdc0312))
* **apps:** support legacy `WhatsApp` app ([6aed381](6aed381))
* **deps:** drop `legacy-peer-deps` - `override` to CommonJS packages 🎉 ([d77c867](d77c867))

### Features

* support `parallel` installation mode 🚀 ([5842931](5842931))
  • Loading branch information
rocicorp-bot committed May 4, 2024
1 parent 2be4eb9 commit 256f6e6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.16.0](https://github.com/Avivbens/shell-config/compare/v2.15.0...v2.16.0) (2024-05-04)


### Bug Fixes

* **apps:** `pip` installation issue - `error: externally-managed-environment` ([07c5a79](https://github.com/Avivbens/shell-config/commit/07c5a7904552846798aebbd9ae3b91579c3f1eef))
* **apps:** fallback for `Intel` chip apps, dependencies of `git` ([5676cb5](https://github.com/Avivbens/shell-config/commit/5676cb5e6948bcd9551dee13f5e7a274374cb45c))
* **apps:** resolve deprecated `Grammarly`, move `telegram-desktop` => `telegram` ([fdc0312](https://github.com/Avivbens/shell-config/commit/fdc03127a553fc6b723cf17d9cd7bc0a4cb9538f))
* **apps:** support legacy `WhatsApp` app ([6aed381](https://github.com/Avivbens/shell-config/commit/6aed381a391203f3635b858e978c4c416bd80e6b))
* **deps:** drop `legacy-peer-deps` - `override` to CommonJS packages 🎉 ([d77c867](https://github.com/Avivbens/shell-config/commit/d77c86750e3f8a59e2770e0a7b25d3868bdb454c))


### Features

* support `parallel` installation mode 🚀 ([5842931](https://github.com/Avivbens/shell-config/commit/584293160bc35b5b6e38bdc1324465893ae5de65))

# [2.15.0](https://github.com/Avivbens/shell-config/compare/v2.14.6...v2.15.0) (2024-05-02)


Expand Down
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.15.0",
"version": "2.16.0",
"description": "CLI Tool for MacOS setup",
"author": "Aviv Ben Shahar",
"private": false,
Expand Down Expand Up @@ -135,4 +135,4 @@
"^@commands/(.*)$": "<rootDir>/commands/$1"
}
}
}
}

0 comments on commit 256f6e6

Please sign in to comment.