Skip to content

Commit 6269239

Browse files
authored
changelog and packagejson updates for v0.1.2 (#1288)
## Summary title says it ## How was it tested? N/A
1 parent 50aa9bf commit 6269239

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.1.2]
8+
9+
- Fixed error handling when using `Reopen in Devbox shell` command in Windows and WSL
10+
711
## [0.1.1]
812

913
- Fixed documentation

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.1.1",
5+
"version": "0.1.2",
66
"icon": "assets/icon.png",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)