Skip to content

Commit

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

### Bug fixes

* set `GH_TOKEN` when adding artifact to release ([8ef750e](8ef750e))

### Code changes

* project quality of life improvements ([#254](#254)) ([deeca27](deeca27))
  • Loading branch information
Expo CI committed Mar 9, 2024
1 parent deeca27 commit 91a61e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.4.1](https://github.com/expo/vscode-expo/compare/1.4.0...1.4.1) (2024-03-09)


### Bug fixes

* set `GH_TOKEN` when adding artifact to release ([8ef750e](https://github.com/expo/vscode-expo/commit/8ef750eb5d945e98e722cc354073a87e18925700))


### Code changes

* project quality of life improvements ([#254](https://github.com/expo/vscode-expo/issues/254)) ([deeca27](https://github.com/expo/vscode-expo/commit/deeca27cc4290ef02d4f793ce5189dd18cf023ec))

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


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

0 comments on commit 91a61e0

Please sign in to comment.