Skip to content

Commit

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

### Bug fixes

* activate extension after startup is finished ([#257](#257)) ([fd07af8](fd07af8))
* use proper vsix file name when adding to github release ([1b88b19](1b88b19))

### Code changes

* only re-fetch config when affected ([#256](#256)) ([f5a2986](f5a2986))
  • Loading branch information
Expo CI committed Mar 10, 2024
1 parent fd07af8 commit aa76613
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.4.2](https://github.com/expo/vscode-expo/compare/1.4.1...1.4.2) (2024-03-10)


### Bug fixes

* activate extension after startup is finished ([#257](https://github.com/expo/vscode-expo/issues/257)) ([fd07af8](https://github.com/expo/vscode-expo/commit/fd07af825767591c4e599361b923292057f9722d))
* use proper vsix file name when adding to github release ([1b88b19](https://github.com/expo/vscode-expo/commit/1b88b194e45abbadffb137e5506b49dc946f823c))


### Code changes

* only re-fetch config when affected ([#256](https://github.com/expo/vscode-expo/issues/256)) ([f5a2986](https://github.com/expo/vscode-expo/commit/f5a2986db374869cc53bcf27cb32d23cf1271429))

## [1.4.1](https://github.com/expo/vscode-expo/compare/1.4.0...1.4.1) (2024-03-09)


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.1",
"version": "1.4.2",
"description": "Expo for VS Code keeps you productive with debugging, IntelliSense and prebuild previews",
"keywords": [
"expo",
Expand Down

0 comments on commit aa76613

Please sign in to comment.