Skip to content

Commit

Permalink
chore: create new release 1.5.0
Browse files Browse the repository at this point in the history
## [1.5.0](1.4.3...1.5.0) (2024-03-13)

### New features

* add more infers to determine device platform when debugging ([#260](#260)) ([d89a982](d89a982))

### Bug fixes

* add `workspace.fs.stat` error handling when files are missing ([#259](#259)) ([a5c6199](a5c6199))
* use optional chaining when validating relative paths in manifest asset completions ([#258](#258)) ([ee37364](ee37364))
  • Loading branch information
Expo CI committed Mar 13, 2024
1 parent d89a982 commit 9035a57
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 @@
## [1.5.0](https://github.com/expo/vscode-expo/compare/1.4.3...1.5.0) (2024-03-13)


### New features

* add more infers to determine device platform when debugging ([#260](https://github.com/expo/vscode-expo/issues/260)) ([d89a982](https://github.com/expo/vscode-expo/commit/d89a9825fed42aaa086ffbe46104b93701bbb1ce))


### Bug fixes

* add `workspace.fs.stat` error handling when files are missing ([#259](https://github.com/expo/vscode-expo/issues/259)) ([a5c6199](https://github.com/expo/vscode-expo/commit/a5c6199e11909ea2003e197563fab69a2ee2f245))
* use optional chaining when validating relative paths in manifest asset completions ([#258](https://github.com/expo/vscode-expo/issues/258)) ([ee37364](https://github.com/expo/vscode-expo/commit/ee37364b97f39a2f327aea80489feafc0bdfc56d))

## [1.4.3](https://github.com/expo/vscode-expo/compare/1.4.2...1.4.3) (2024-03-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-expo-tools",
"displayName": "Expo Tools",
"version": "1.4.3",
"version": "1.5.0",
"description": "Expo for VS Code keeps you productive with debugging, IntelliSense and prebuild previews",
"keywords": [
"expo",
Expand Down

0 comments on commit 9035a57

Please sign in to comment.