Skip to content

Commit 63627d9

Browse files
committed
Bump version to 0.12.1, update CHANGELOG.md
1 parent 9bf0c23 commit 63627d9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# vscode-powershell Release History
22

3+
## 0.12.1
4+
### Tuesday, April 4, 2017
5+
6+
- Fixed [#648](https://github.com/PowerShell/vscode-powershell/issues/648) -
7+
Resolved an error when launching an untitled script file in a workspace
8+
with no launch.json or in a window without a workspace path
9+
310
## 0.12.0
411
### Tuesday, April 4, 2017
512

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '0.12.0-insiders-{build}'
1+
version: '0.12.1-insiders-{build}'
22
image: Visual Studio 2017
33
clone_depth: 10
44
skip_tags: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PowerShell",
33
"displayName": "PowerShell",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"publisher": "ms-vscode",
66
"description": "Develop PowerShell scripts in Visual Studio Code!",
77
"engines": {

0 commit comments

Comments
 (0)