From f8423cc135dd0fe5cce4c829a45332e82789fcec Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Thu, 21 Mar 2024 12:37:53 -0700 Subject: [PATCH] Release v0.25.4 (#381) --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64616ecd..153f4c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to the "vscode-cfn-lint" extension will be documented in this file. +## 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)) + ## 0.25.3 - Update CloudFormation schema files as of `2023-12-13` (pull #[364](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/364)) - Fix a formatting issue (pull #[363](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/363)) diff --git a/package-lock.json b/package-lock.json index 5eb357ec..46d93063 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-cfn-lint", - "version": "0.25.3", + "version": "0.25.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-cfn-lint", - "version": "0.25.3", + "version": "0.25.4", "hasInstallScript": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index e34b5f04..8699e6c5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ ], "author": "Kevin DeJong", "license": "Apache-2.0", - "version": "0.25.3", + "version": "0.25.4", "publisher": "kddejong", "engines": { "vscode": "^1.52.0"