From b62d97d30987083b3f639b00118e476e7de801df Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Wed, 24 Apr 2024 12:06:02 -0700 Subject: [PATCH] Release v0.25.5 (#388) --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 153f4c7c..f519f100 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.5 +- Update CloudFormation schema files as of `2024-04-24` (pull #[386](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/386)) +- Fix an issue with symbols being falsy in json (pull #[387](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/387)) + ## 0.25.4 - Update CloudFormation schema files as of `2024-03-21` (pull #[374](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/374)) diff --git a/package-lock.json b/package-lock.json index 46d93063..be0ff484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-cfn-lint", - "version": "0.25.4", + "version": "0.25.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-cfn-lint", - "version": "0.25.4", + "version": "0.25.5", "hasInstallScript": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 8699e6c5..7b90c4af 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ ], "author": "Kevin DeJong", "license": "Apache-2.0", - "version": "0.25.4", + "version": "0.25.5", "publisher": "kddejong", "engines": { "vscode": "^1.52.0"