Skip to content

Commit 481e583

Browse files
Merge pull request #870 from puppetlabs/release-prep
Release prep v1.5.1
2 parents 8965f65 + cd2d5b6 commit 481e583

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.1](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.1) - 2024-01-26
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/v1.5.0...v1.5.1)
11+
12+
### Fixed
13+
14+
- (bug) - Render task schema directly from GitHub [#869](https://github.com/puppetlabs/puppet-vscode/pull/869) ([jordanbreen28](https://github.com/jordanbreen28))
15+
816
## [v1.5.0](https://github.com/puppetlabs/puppet-vscode/tree/v1.5.0) - 2023-11-27
917

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

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.0",
5+
"version": "1.5.1",
66
"editorComponents": {
77
"editorServices": {
88
"release": "v2.0.0"

0 commit comments

Comments
 (0)