Skip to content

Commit 2f9ba24

Browse files
authored
Bumping vscode extension version (#330)
## Summary Bumping the version for vscode extension so that the latest fix can be included. ## How was it tested? N/A
1 parent 3c2a20f commit 2f9ba24

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

vscode-extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "devbox" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.0.3]
8+
9+
- Small fix for DevContainers and Github CodeSpaces compatibility.
10+
711
## [0.0.2]
812

913
- Added ability to run devbox commands from VSCode command palette

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "devbox",
33
"displayName": "devbox by jetpack.io",
44
"description": "devbox integration for VSCode",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"icon": "assets/icon.png",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)