Skip to content

Commit 7fcb91f

Browse files
authored
Merge pull request #935 from puppetlabs/release-prep
Release prep v1.5.6
2 parents a0f9d44 + 422df1d commit 7fcb91f

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.6](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.6) - 2026-04-16
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/v1.5.5...v1.5.6)
11+
12+
### Fixed
13+
14+
- (maint) Fix typo in responseToVSCodeEdit method name [#925](https://github.com/puppetlabs/puppet-vscode/pull/925) ([bronachfalls](https://github.com/bronachfalls))
15+
- Fix puppet agent 8 compatibility [#919](https://github.com/puppetlabs/puppet-vscode/pull/919) ([filippog](https://github.com/filippog))
16+
817
## [v1.5.5](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.5) - 2025-03-19
918

1019
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/v1.5.4...v1.5.5)

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

0 commit comments

Comments
 (0)