Skip to content

Commit 73967a9

Browse files
Merge pull request #483 from jpogran/release-0.17.0
(release) 0.17.0
2 parents 95cd930 + d5fc04a commit 73967a9

File tree

4 files changed

+19
-34
lines changed

4 files changed

+19
-34
lines changed

CHANGELOG.md

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

1616
- ([GH-480](https://github.com/lingua-pupuli/puppet-vscode/issues/480)) Automatically find Ruby version from PDK
1717

18+
### Changed
19+
20+
- ([GH-478](https://github.com/lingua-pupuli/puppet-vscode/issues/478)) Update puppet-editor-services to [0.18.0](https://github.com/lingua-pupuli/puppet-editor-services/blob/master/CHANGELOG.md#0180---2019-02-05)
21+
1822
## [0.16.0] - 2019-01-25
1923

2024
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ The first step in this is enabling parsing Bolt Plans. This means when opening a
257257

258258
We have added support for VSCode Command Palatte commands for opening Bolt user config and inventory yaml files. We have also added support for yaml snippets for common operations in Bolt yaml files.
259259

260-
![bolt_command_palatte](docs/assets/bolt_config_command.gif)
260+
![bolt_command_palatte](https://raw.githubusercontent.com/lingua-pupuli/puppet-vscode/master/docs/assets/bolt_config_command.gif)
261261

262-
![bolt_command_palatte](docs/assets/bolt_inventory_command.gif)
262+
![bolt_command_palatte](https://raw.githubusercontent.com/lingua-pupuli/puppet-vscode/master/docs/assets/bolt_inventory_command.gif)
263263

264264
### Debugging Puppet manifests
265265

package-lock.json

Lines changed: 12 additions & 31 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.16.0",
5+
"version": "0.17.0",
66
"publisher": "jpogran",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"icon": "images/Puppet-Logo-Amber-sm.png",

0 commit comments

Comments
 (0)