diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f7bd38..6a3ef072 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.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)) + ## 0.25.0 - Update CloudFormation schema files as of `2023-10-11` (pull #[309](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/309)) - Update all packages as of `2023-10-11` (pull #[343](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/343), #[342](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/342), #[341](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/341), #[340](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/340), #[334](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/334), #[339](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/339), #[335](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/335)) diff --git a/package-lock.json b/package-lock.json index 1215a0b2..394adead 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-cfn-lint", - "version": "0.25.0", + "version": "0.25.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-cfn-lint", - "version": "0.25.0", + "version": "0.25.1", "hasInstallScript": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 7c769d47..719155bc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ ], "author": "Kevin DeJong", "license": "Apache-2.0", - "version": "0.25.0", + "version": "0.25.1", "publisher": "kddejong", "engines": { "vscode": "^1.52.0" diff --git a/server/package-lock.json b/server/package-lock.json index 6e7913e4..d2219cf1 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -1,11 +1,11 @@ { - "name": "vscode-cfn-lintr", + "name": "vscode-cfn-lint", "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "vscode-cfn-lintr", + "name": "vscode-cfn-lint", "version": "0.0.1", "license": "Apache-2.0", "dependencies": { diff --git a/server/package.json b/server/package.json index f180f818..7425f4d9 100644 --- a/server/package.json +++ b/server/package.json @@ -1,5 +1,5 @@ { - "name": "vscode-cfn-lintr", + "name": "vscode-cfn-lint", "description": "CloudFormation Lint Server", "author": "Kevin DeJong", "license": "Apache-2.0",