Skip to content

Commit 1e12698

Browse files
authored
Merge pull request #612 from jpogran/release-0.24.0
(release) Release 0.24.0
2 parents 925c26d + b317812 commit 1e12698

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
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.24.0] - 2020-02-28
10+
11+
### Fixed
12+
13+
- ([GH-610](https://github.com/lingua-pupuli/puppet-vscode/issues/610)) Highlighted text is replaced instead of surrounded with characters
14+
915
## [0.23.0] - 2020-01-31
1016

1117
### Added

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.23.0",
5+
"version": "0.24.0",
66
"editorComponents": {
77
"editorServices": {
88
"release": "0.24.0"

0 commit comments

Comments
 (0)