Skip to content

Commit 34b1c8f

Browse files
Merge pull request #910 from puppetlabs/release-prep
Release prep v1.5.5
2 parents 2c8a00e + 087faf1 commit 34b1c8f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
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.5](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.5) - 2025-03-19
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/v1.5.4...v1.5.5)
11+
12+
### Fixed
13+
14+
- (CAT-2273) - Bump axios to >= 1.8.2 [#909](https://github.com/puppetlabs/puppet-vscode/pull/909) ([jordanbreen28](https://github.com/jordanbreen28))
15+
816
## [v1.5.4](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.4) - 2024-08-29
917

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

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

0 commit comments

Comments
 (0)