Skip to content

Commit 634bc71

Browse files
author
James Pogran
authored
Merge pull request #634 from jpogran/release-0.26.0
(maint) Release 0.26.0
2 parents 92dcf58 + 9338771 commit 634bc71

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.26.0] - 2020-05-01
10+
911
### Added
1012

1113
- ([GH-630](https://github.com/puppetlabs/puppet-vscode/issues/630)) Add Puppet ToolBar
1214
- ([GH-631](https://github.com/puppetlabs/puppet-vscode/issues/631)) Add Puppet Facts View
1315

16+
### Changed
17+
18+
- (maint) Alert if jpogran.puppet-vscode is installed
19+
- (maint) Update branding and links
20+
1421
## [0.25.2] - 2020-03-27
1522

1623
### Fixed

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

0 commit comments

Comments
 (0)