Skip to content

Commit

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

### New features

* use `vscode.workspace.fs` API to load Expo projects ([#252](#252)) ([5a596d1](5a596d1))

### Code changes

* add tests and replace minimatch with picomatch ([#248](#248)) ([519d179](519d179))

### Other chores

* bump all workflow actions to latest versions ([#250](#250)) ([5a4bf25](5a4bf25))
* bump minimal required vscode version ([#249](#249)) ([6c789b8](6c789b8))
* enable tests for vscode insiders versions ([#253](#253)) ([036af2b](036af2b))
* use composite action to resolve exact npm package version ([#251](#251)) ([2d0efa6](2d0efa6))
  • Loading branch information
Expo CI committed Mar 8, 2024
1 parent 036af2b commit dab0463
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [1.4.0](https://github.com/expo/vscode-expo/compare/1.3.0...1.4.0) (2024-03-08)


### New features

* use `vscode.workspace.fs` API to load Expo projects ([#252](https://github.com/expo/vscode-expo/issues/252)) ([5a596d1](https://github.com/expo/vscode-expo/commit/5a596d1415b225b69036fb4d8d1ffd99330e8722))


### Code changes

* add tests and replace minimatch with picomatch ([#248](https://github.com/expo/vscode-expo/issues/248)) ([519d179](https://github.com/expo/vscode-expo/commit/519d179991700ad84369f15240e02347577f69f9))


### Other chores

* bump all workflow actions to latest versions ([#250](https://github.com/expo/vscode-expo/issues/250)) ([5a4bf25](https://github.com/expo/vscode-expo/commit/5a4bf257705e9b0de13d8dcaedef47f798f4416c))
* bump minimal required vscode version ([#249](https://github.com/expo/vscode-expo/issues/249)) ([6c789b8](https://github.com/expo/vscode-expo/commit/6c789b8f749946118ced0cd66adc7c5bb0e32e3d))
* enable tests for vscode insiders versions ([#253](https://github.com/expo/vscode-expo/issues/253)) ([036af2b](https://github.com/expo/vscode-expo/commit/036af2bf33f7f77b6b02cb142e659218f9e78cba))
* use composite action to resolve exact npm package version ([#251](https://github.com/expo/vscode-expo/issues/251)) ([2d0efa6](https://github.com/expo/vscode-expo/commit/2d0efa620bc9b75cfad27a07fe5572d6b8e93b3a))

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


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

0 comments on commit dab0463

Please sign in to comment.