Skip to content

Commit 891f88d

Browse files
authored
Merge pull request #739 from jpogran/release-1.2.0
(maint) Release 1.2.0
2 parents 0a54ff1 + 5e75549 commit 891f88d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.2.0] - 2020-04-2
10+
11+
### Added
12+
13+
- ([GH-732](https://github.com/puppetlabs/puppet-vscode/issues/732)) Add PDK new fact and function commands
14+
- ([GH-724](https://github.com/puppetlabs/puppet-vscode/issues/724)) PDK new module uses native OS open window
15+
16+
### Fixed
17+
18+
- ([GH-730](https://github.com/puppetlabs/puppet-vscode/issues/730)) Fix PDK 2.0 missing library
19+
920
## [1.1.0] - 2020-01-27
1021

1122
### 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: 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": "1.1.0",
5+
"version": "1.2.0",
66
"editorComponents": {
77
"editorServices": {
88
"release": "1.1.0"

0 commit comments

Comments
 (0)