Skip to content

Commit

Permalink
Merge pull request #887 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v1.5.3
  • Loading branch information
jordanbreen28 authored Apr 24, 2024
2 parents a98e6d6 + 570f687 commit 95b45f7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,24 @@ All notable changes to this project will be documented in this file.

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).

## [v1.5.3](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.3) - 2024-04-24

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

### Fixed

- (LanguageServer) - Bump puppet-editor-services to v2.0.4 [#886](https://github.com/puppetlabs/puppet-vscode/pull/886) ([jordanbreen28](https://github.com/jordanbreen28))
- (CAT-1669) - Fix hashrocket allignment on completion item select [#882](https://github.com/puppetlabs/puppet-vscode/pull/882) ([jordanbreen28](https://github.com/jordanbreen28))
- (GH-878) - Fix Puppetfile Hover for format owner/module [#881](https://github.com/puppetlabs/puppet-vscode/pull/881) ([jordanbreen28](https://github.com/jordanbreen28))
- (bug) - Fix module hover in metadata.json [#880](https://github.com/puppetlabs/puppet-vscode/pull/880) ([jordanbreen28](https://github.com/jordanbreen28))

## [v1.5.2](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.2) - 2024-02-15

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

### Fixed

- (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))
- Bump puppet-editor-services to v2.0.1 [#874](https://github.com/puppetlabs/puppet-vscode/pull/874) ([jordanbreen28](https://github.com/jordanbreen28))

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

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.

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.5.2",
"version": "1.5.3",
"editorComponents": {
"editorServices": {
"release": "v2.0.4"
Expand Down

0 comments on commit 95b45f7

Please sign in to comment.