Skip to content

Commit b3425a2

Browse files
Merge pull request #899 from puppetlabs/release-prep
Release prep v1.5.4
2 parents d9d0545 + 1c8fa32 commit b3425a2

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
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.4](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.4) - 2024-08-29
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/v1.5.3...v1.5.4)
11+
12+
### Fixed
13+
14+
- (CAT-2021) - Bump axios >= 1.7.4 [#898](https://github.com/puppetlabs/puppet-vscode/pull/898) ([jordanbreen28](https://github.com/jordanbreen28))
15+
816
## [v1.5.3](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.3) - 2024-04-24
917

1018
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/v1.5.2...v1.5.3)
@@ -264,6 +272,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
264272
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/0.17.0...0.18.0)
265273

266274
### Changed
275+
267276
- (GH-502) change the default install type to PDK [#503](https://github.com/puppetlabs/puppet-vscode/pull/503) ([albatrossflavour](https://github.com/albatrossflavour))
268277

269278
### Added
@@ -411,6 +420,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
411420
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/0.9.0...0.11.0)
412421

413422
### Changed
423+
414424
- (GH-274) Remove random port detection [#294](https://github.com/puppetlabs/puppet-vscode/pull/294) ([jpogran](https://github.com/jpogran))
415425
- (GH-253) Remove server folder [#254](https://github.com/puppetlabs/puppet-vscode/pull/254) ([jpogran](https://github.com/jpogran))
416426

@@ -465,6 +475,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
465475
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/0.7.0...0.7.2)
466476

467477
### Changed
478+
468479
- (GH-177) Remove version file detection [#178](https://github.com/puppetlabs/puppet-vscode/pull/178) ([jpogran](https://github.com/jpogran))
469480

470481
### Added

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

0 commit comments

Comments
 (0)