diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3ef072..1282607f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to the "vscode-cfn-lint" extension will be documented in this file. +## 0.25.2 +- Validate cfn-lint versions on launch (pull #[360](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/360)) +- Update CloudFormation schema files as of `2023-12-13` (pull #[354](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/354)) + ## 0.25.1 - Fix relative path for schema files (pull #[352](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/352)) - Update CloudFormation schema files as of `2023-11-02` (pull #[345](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/345)) diff --git a/package-lock.json b/package-lock.json index 394adead..78b10bf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-cfn-lint", - "version": "0.25.1", + "version": "0.25.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-cfn-lint", - "version": "0.25.1", + "version": "0.25.2", "hasInstallScript": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 719155bc..7dfc57a4 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ ], "author": "Kevin DeJong", "license": "Apache-2.0", - "version": "0.25.1", + "version": "0.25.2", "publisher": "kddejong", "engines": { "vscode": "^1.52.0"