Skip to content

Commit 09b9b02

Browse files
committed
0.6 release and changelog
1 parent d56e7e9 commit 09b9b02

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
88

99

1010

11+
## 0.6.0 - 2017-08-08
12+
13+
- Fix packaging error where language server was not included
14+
1115
## 0.5.3 - 2017-08-08
1216

1317
- (GH-92) Added context menus for Puppet Resource and Nodegraph preview

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "puppet-vscode",
33
"displayName": "Puppet",
44
"description": "Official Puppet VSCode extension. Provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more",
5-
"version": "0.5.3",
5+
"version": "0.6.0",
66
"publisher": "jpogran",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/Puppet-Logo-Amber-sm.png",

0 commit comments

Comments
 (0)