Skip to content

Commit 03741e7

Browse files
committed
(maint) Release 0.23.0
This commit updates the changelog and package.json for the 0.23.0 release.
1 parent ad6a3fe commit 03741e7

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.23.0] - 2020-01-31
10+
11+
### Added
12+
13+
- ([GH-213](https://github.com/lingua-pupuli/puppet-editor-services/issues/213)) [puppet-editor-services-0.24.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.24.0) Gather and use facts using sidecar
14+
15+
### Fixed
16+
17+
- ([GH-289](https://github.com/lingua-pupuli/puppet-vscode/issues/289)) Fix paramter indentation after type declaration
18+
- ([GH-605](https://github.com/lingua-pupuli/puppet-vscode/issues/605)) Use correct setting name for module path
19+
- ([GH-199](https://github.com/lingua-pupuli/puppet-editor-services/issues/199)) [puppet-editor-services-0.24.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.24.0) Update stack trace tests for Puppet 5.5.18
20+
921
## [0.22.0] - 2019-12-20
1022

1123
### Added

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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.22.0",
5+
"version": "0.23.0",
66
"editorComponents": {
77
"editorServices": {
8-
"release": "0.23.0"
8+
"release": "0.24.0"
99
},
1010
"editorSyntax": {
1111
"release": "1.3.4"

0 commit comments

Comments
 (0)