Skip to content

Commit 405407e

Browse files
Merge pull request #873 from puppetlabs/release-prep
Release prep v1.5.2
2 parents 28f2baf + 72d97e9 commit 405407e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

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.2](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.2) - 2024-02-15
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/v1.5.1...v1.5.2)
11+
12+
### Fixed
13+
14+
- (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))
16+
817
## [v1.5.1](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.1) - 2024-01-26
918

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

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

0 commit comments

Comments
 (0)