Skip to content

Commit 1ec3cb7

Browse files
authored
Merge pull request #700 from jpogran/release-0.28.0
(maint) Release 0.28.0
2 parents cba9eab + 9721e96 commit 1ec3cb7

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.28.0] - 2020-07-20
10+
11+
### Added
12+
13+
- ([GH-691](https://github.com/puppetlabs/puppet-vscode/issues/691)) Add `pdk new defined_type` command
14+
15+
### Fixed
16+
17+
- ([GH-681](https://github.com/puppetlabs/puppet-vscode/issues/681)) Activate extension when module folder is opened
18+
- ([GH-682](https://github.com/puppetlabs/puppet-vscode/issues/682)) Set Puppet Forge api header version programatically
19+
- ([GH-66](https://github.com/lingua-pupuli/puppet-editor-syntax/issues/66)) [puppet-editor-syntax-1.3.7](https://github.com/lingua-pupuli/puppet-editor-syntax/releases/tag/1.3.7) undef is not treated as a special value
20+
- ([GH-65](https://github.com/lingua-pupuli/puppet-editor-syntax/issues/65)) [puppet-editor-syntax-1.3.7](https://github.com/lingua-pupuli/puppet-editor-syntax/releases/tag/1.3.7) Tokenise Node names correctly
21+
922
## [0.27.3] - 2020-06-18
1023

1124
### Fixed
@@ -555,7 +568,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
555568

556569
- Initial release of the puppet extension.
557570

558-
[Unreleased]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.22.0...master
571+
[Unreleased]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.28.0...master
572+
[0.28.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.27.3...0.28.0
573+
[0.27.3]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.27.2...0.27.3
574+
[0.27.2]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.27.1...0.27.2
575+
[0.27.1]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.27.0...0.27.1
576+
[0.27.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.26.1...0.27.0
577+
[0.26.1]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.26.0...0.26.1
578+
[0.26.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.25.2...0.26.0
579+
[0.25.2]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.25.1...0.25.2
580+
[0.25.1]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.25.0...0.25.1
581+
[0.25.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.23.0...0.25.0
582+
[0.23.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.22.0...0.23.0
559583
[0.22.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.21.0...0.22.0
560584
[0.21.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.20.0...0.21.0
561585
[0.20.0]: https://github.com/lingua-pupuli/puppet-vscode/compare/0.19.0...0.20.0

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,13 +2,13 @@
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.27.3",
5+
"version": "0.28.0",
66
"editorComponents": {
77
"editorServices": {
88
"release": "0.26.1"
99
},
1010
"editorSyntax": {
11-
"release": "1.3.6"
11+
"release": "1.3.7"
1212
}
1313
},
1414
"publisher": "puppet",

0 commit comments

Comments
 (0)