Skip to content

Commit 71edcae

Browse files
authored
Merge pull request #676 from jpogran/release-0.27.0
(maint) Release 0.27.0
2 parents f13530f + 5103d1c commit 71edcae

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.27.0] - 2020-06-08
10+
911
### Added
1012

1113
- ([GH-666](https://github.com/puppetlabs/puppet-vscode/issues/666)) Add Puppetfile view to Puppet ToolBar
@@ -14,8 +16,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1416
### Changed
1517

1618
- ([GH-649](https://github.com/puppetlabs/puppet-vscode/issues/649)) Reduce activation events for extension
17-
- ([GH-639](https://github.com/puppetlabs/puppet-vscode/issues/639)) Deprecate Bolt Commands
19+
- ([GH-639](https://github.com/puppetlabs/puppet-vscode/issues/639)) Deprecate Bolt Commands
1820
- ([GH-643](https://github.com/puppetlabs/puppet-vscode/issues/643)) Enable, configure and run prettier
21+
- ([GH-642](https://github.com/puppetlabs/puppet-vscode/issues/642)) Migrate to eslint
22+
23+
### Fixed
24+
25+
- ([GH-663](https://github.com/puppetlabs/puppet-vscode/issues/663)) Fix error when using paths with spaces on OSX
26+
- ([GH-670](https://github.com/puppetlabs/puppet-vscode/issues/670)) Guard installType and installDirectory
1927

2028
## [0.26.1] - 2020-05-12
2129

package-lock.json

Lines changed: 1 addition & 1 deletion
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.26.1",
5+
"version": "0.27.0",
66
"editorComponents": {
77
"editorServices": {
88
"release": "0.26.1"

0 commit comments

Comments
 (0)