diff --git a/CHANGELOG.md b/CHANGELOG.md index 89876ace..6864d43f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file. 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). -## [v1.4.1](https://github.com/puppetlabs/puppet-vscode/tree/v1.4.1) - 2023-10-13 +## [v1.4.2](https://github.com/puppetlabs/puppet-vscode/tree/v1.4.2) - 2023-10-17 + +[Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/v1.4.1...v1.4.2) + +### Fixed + +- (BUG) - Fixes invalid badges found on marketplace [#853](https://github.com/puppetlabs/puppet-vscode/pull/853) ([jordanbreen28](https://github.com/jordanbreen28)) + +## [v1.4.1](https://github.com/puppetlabs/puppet-vscode/tree/v1.4.1) - 2023-10-17 [Full Changelog](https://github.com/puppetlabs/puppet-vscode/compare/1.4.0...v1.4.1) diff --git a/package-lock.json b/package-lock.json index 2638507a..c1bf0dff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "puppet-vscode", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "puppet-vscode", - "version": "1.4.1", + "version": "1.4.2", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "axios": "0.21.2", diff --git a/package.json b/package.json index 97778f43..85fceffe 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "puppet-vscode", "displayName": "Puppet", "description": "Official Puppet VSCode extension. Provides full Puppet DSL intellisense, syntax highlighting, Puppet command support, Puppet node graphs, and much more", - "version": "1.4.1", + "version": "1.4.2", "editorComponents": { "editorServices": { "release": "1.3.0"