From aa766138421ac7a77803f2382fdaaf3d19fd7c5c Mon Sep 17 00:00:00 2001 From: Expo CI Date: Sun, 10 Mar 2024 13:33:38 +0000 Subject: [PATCH] chore: create new release 1.4.2 ## [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)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01414b3..96e1320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index a82c47c..f9160e4 100644 --- a/package.json +++ b/package.json @@ -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",