Skip to content

Commit

Permalink
Merge pull request #739 from jpogran/release-1.2.0
Browse files Browse the repository at this point in the history
(maint) Release 1.2.0
  • Loading branch information
jpogran authored Apr 5, 2021
2 parents 0a54ff1 + 5e75549 commit 891f88d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [1.2.0] - 2020-04-2

### Added

- ([GH-732](https://github.com/puppetlabs/puppet-vscode/issues/732)) Add PDK new fact and function commands
- ([GH-724](https://github.com/puppetlabs/puppet-vscode/issues/724)) PDK new module uses native OS open window

### Fixed

- ([GH-730](https://github.com/puppetlabs/puppet-vscode/issues/730)) Fix PDK 2.0 missing library

## [1.1.0] - 2020-01-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "puppet-vscode",
"displayName": "Puppet",
"description": "Official Puppet VSCode extension. Provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more",
"version": "1.1.0",
"version": "1.2.0",
"editorComponents": {
"editorServices": {
"release": "1.1.0"
Expand Down

0 comments on commit 891f88d

Please sign in to comment.