Skip to content

Commit 95b45f7

Browse files
Merge pull request #887 from puppetlabs/release-prep
Release prep v1.5.3
2 parents a98e6d6 + 570f687 commit 95b45f7

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,24 @@ 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.3](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.3) - 2024-04-24
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/v1.5.2...v1.5.3)
11+
12+
### Fixed
13+
14+
- (LanguageServer) - Bump puppet-editor-services to v2.0.4 [#886](https://github.com/puppetlabs/puppet-vscode/pull/886) ([jordanbreen28](https://github.com/jordanbreen28))
15+
- (CAT-1669) - Fix hashrocket allignment on completion item select [#882](https://github.com/puppetlabs/puppet-vscode/pull/882) ([jordanbreen28](https://github.com/jordanbreen28))
16+
- (GH-878) - Fix Puppetfile Hover for format owner/module [#881](https://github.com/puppetlabs/puppet-vscode/pull/881) ([jordanbreen28](https://github.com/jordanbreen28))
17+
- (bug) - Fix module hover in metadata.json [#880](https://github.com/puppetlabs/puppet-vscode/pull/880) ([jordanbreen28](https://github.com/jordanbreen28))
18+
819
## [v1.5.2](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.2) - 2024-02-15
920

1021
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/v1.5.1...v1.5.2)
1122

1223
### Fixed
1324

1425
- (CAT-1707) - Bump vscode-languageclient ^9.0.0, axios ^1.0.0 & typescript ^5.0.0 [#875](https://github.com/puppetlabs/puppet-vscode/pull/875) ([jordanbreen28](https://github.com/jordanbreen28))
15-
- Bump puppet-editor-services to v2.0.1 [#874](https://github.com/puppetlabs/puppet-vscode/pull/874) ([jordanbreen28](https://github.com/jordanbreen28))
1626

1727
## [v1.5.1](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.1) - 2024-01-26
1828

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.5.2",
5+
"version": "1.5.3",
66
"editorComponents": {
77
"editorServices": {
88
"release": "v2.0.4"

0 commit comments

Comments
 (0)