Skip to content

Commit

Permalink
Merge pull request #781 from da-ar/release-prep
Browse files Browse the repository at this point in the history
(GH-776) Release 1.4.0
  • Loading branch information
michaeltlombardi authored Oct 13, 2021
2 parents 4449bba + ba3ddb0 commit daee250
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [1.4.0] - 2021-09-30

### Added

- ([Commit](https://github.com/puppetlabs/puppet-editor-services/commit/239de128a166c694b7ef88f916d46aaf4ec9ecd5)) [puppet-editor-services-1.3.0](https://github.com/puppetlabs/puppet-editor-services/releases/tag/1.3.0)
Update Puppet-lint to 2.5.2

### Fixed

- ([GH-311](https://github.com/puppetlabs/puppet-editor-services/issues/311)) [puppet-editor-services-1.3.0](https://github.com/puppetlabs/puppet-editor-services/releases/tag/1.3.0)
Languageserver doesn't start with Puppet 7.11.0

### Security

- ([PR-780](https://github.com/puppetlabs/puppet-vscode/pull/780)) update for CVE-2021-3807
- ([PR-774](https://github.com/puppetlabs/puppet-vscode/pull/774)) Update mochaJs to v9.

## [1.3.0] - 2020-06-08

### Added
Expand Down Expand Up @@ -630,7 +647,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

- Initial release of the puppet extension.

[unreleased]: https://github.com/puppetlabs/puppet-vscode/compare/1.3.0...master
[unreleased]: https://github.com/puppetlabs/puppet-vscode/compare/1.3.1...main
[1.3.1]: https://github.com/puppetlabs/puppet-vscode/compare/1.3.1...1.3.0
[1.3.0]: https://github.com/puppetlabs/puppet-vscode/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/puppetlabs/puppet-vscode/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/puppetlabs/puppet-vscode/compare/1.0.0...1.1.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"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.3.0",
"version": "1.4.0",
"editorComponents": {
"editorServices": {
"release": "1.2.0"
"release": "1.3.0"
},
"editorSyntax": {
"release": "1.3.7"
Expand Down

0 comments on commit daee250

Please sign in to comment.