Skip to content

Commit beeab44

Browse files
Merge pull request #858 from puppetlabs/release-prep
Release prep v1.5.0
2 parents ad07bdc + 94cbdcd commit beeab44

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
77

8+
## [v1.5.0](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.0) - 2023-11-27
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/v1.4.2...v1.5.0)
11+
12+
### Added
13+
14+
- Bump puppet-editor-services to v2.0.0. Check PR for more details. [#857](https://github.com/puppetlabs/puppet-vscode/pull/857) ([jordanbreen28](https://github.com/jordanbreen28))
15+
816
## [v1.4.2](https://github.com/puppetlabs/puppet-vscode/tree/v1.4.2) - 2023-10-17
917

1018
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/v1.4.1...v1.4.2)

package-lock.json

Lines changed: 2 additions & 2 deletions
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.4.2",
5+
"version": "1.5.0",
66
"editorComponents": {
77
"editorServices": {
88
"release": "v2.0.0"

0 commit comments

Comments
 (0)