Skip to content

Commit 32e3862

Browse files
author
James Pogran
authored
Merge pull request #657 from jpogran/release-0.26.1
(maint) Release 0.26.1
2 parents ad44076 + ea915b1 commit 32e3862

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.26.1] - 2020-05-12
10+
911
### Changed
1012

11-
- (maint) Update facts view telemetry
1213
- ([GH-647](https://github.com/puppetlabs/puppet-vscode/issues/647)) Add Puppet Facts Welcome View
1314
- ([GH-583](https://github.com/puppetlabs/puppet-vscode/issues/583)) Optimize build script
15+
- ([GH-662](https://github.com/puppetlabs/puppet-vscode/issues/662)) Update extension install gif
16+
- (maint) Update facts view telemetry
1417

1518
## [0.26.0] - 2020-05-01
1619

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

0 commit comments

Comments
 (0)