From 35e22aed51b009bf126a8cc798e2e6dba2532e9e Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Fri, 12 Jul 2024 11:46:31 -0700 Subject: [PATCH] Release v0.25.6 (#407) --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f519f100..b0dcfbdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Change Log All notable changes to the "vscode-cfn-lint" extension will be documented in this file. +## 0.25.6 +## What's Changed +* Bump @types/vscode from 1.87.0 to 1.88.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/391 +* Bump @types/vscode from 1.88.0 to 1.89.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/396 +* Bump @types/lodash from 4.17.0 to 4.17.4 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/394 +* Fixes for tests for cfn-lint v1 by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/403 +* Bump @types/vscode from 1.89.0 to 1.91.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/404 +* Bump semver from 7.6.0 to 7.6.2 in /server by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/397 +* Bump @types/lodash from 4.17.4 to 4.17.6 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/401 +* Bump yaml-language-server from 1.14.0 to 1.15.0 in /server by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/400 +* Bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/399 +* Bump braces from 3.0.2 to 3.0.3 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/398 +* Bump @vscode/test-electron from 2.3.9 to 2.4.1 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/405 +* CloudFormation Template Schema upgrade by @github-actions in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/389 + +**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/compare/v0.25.5...v0.25.6 + ## 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)) diff --git a/package-lock.json b/package-lock.json index 295464c2..292cda46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-cfn-lint", - "version": "0.25.5", + "version": "0.25.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-cfn-lint", - "version": "0.25.5", + "version": "0.25.6", "hasInstallScript": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 7b90c4af..f61e93a8 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ ], "author": "Kevin DeJong", "license": "Apache-2.0", - "version": "0.25.5", + "version": "0.25.6", "publisher": "kddejong", "engines": { "vscode": "^1.52.0"