Skip to content

Commit dbcf31d

Browse files
Merge pull request #461 from jpogran/release-0.15.1
(release) 0.15.1
2 parents 7b9083e + 8117302 commit dbcf31d

File tree

3 files changed

+29
-9
lines changed

3 files changed

+29
-9
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## [0.15.1] - 2018-01-09
10+
11+
### Fixed
12+
13+
- ([GH-454](https://github.com/lingua-pupuli/puppet-vscode/issues/454)) Fix Ruby path for PDK 1.8.0
14+
915
## [0.15.0] - 2018-12-21
1016

1117
### Added

package-lock.json

Lines changed: 22 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.15.0",
5+
"version": "0.15.1",
66
"publisher": "jpogran",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/Puppet-Logo-Amber-sm.png",

0 commit comments

Comments
 (0)