Skip to content

Commit

Permalink
bump @expo/apple-utils to improve error handling and input validation…
Browse files Browse the repository at this point in the history
… and change auth headers (#2745)

* bump @expo/apple-utils to improve error handling and input validation and change auth headers

* add changelog entry
  • Loading branch information
szdziedzic authored Dec 6, 2024
1 parent f34487c commit 44af16e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This is the log of notable changes to EAS CLI and related packages.

### 🧹 Chores

- Bump `@expo/apple-utils` to improve error handling and input validation and change auth headers. ([#2745](https://github.com/expo/eas-cli/pull/2745) by [@szdziedzic](https://github.com/szdziedzic))

## [14.0.0](https://github.com/expo/eas-cli/releases/tag/v14.0.0) - 2024-12-06

### 🛠 Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eas-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"bugs": "https://github.com/expo/eas-cli/issues",
"dependencies": {
"@expo/apple-utils": "2.1.0",
"@expo/apple-utils": "2.1.1",
"@expo/code-signing-certificates": "0.0.5",
"@expo/config": "10.0.6",
"@expo/config-plugins": "9.0.12",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit 44af16e

Please sign in to comment.