Skip to content

Commit a5159cb

Browse files
Merge pull request #854 from puppetlabs/release-prep
Release prep v1.4.2
2 parents feb547b + 2683f32 commit a5159cb

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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.4.1](https://github.com/puppetlabs/puppet-vscode/tree/v1.4.1) - 2023-10-13
8+
## [v1.4.2](https://github.com/puppetlabs/puppet-vscode/tree/v1.4.2) - 2023-10-17
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/v1.4.1...v1.4.2)
11+
12+
### Fixed
13+
14+
- (BUG) - Fixes invalid badges found on marketplace [#853](https://github.com/puppetlabs/puppet-vscode/pull/853) ([jordanbreen28](https://github.com/jordanbreen28))
15+
16+
## [v1.4.1](https://github.com/puppetlabs/puppet-vscode/tree/v1.4.1) - 2023-10-17
917

1018
[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/1.4.0...v1.4.1)
1119

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.4.1",
5+
"version": "1.4.2",
66
"editorComponents": {
77
"editorServices": {
88
"release": "1.3.0"

0 commit comments

Comments
 (0)