Skip to content

Commit

Permalink
Release v0.26.2 (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Feb 12, 2025
1 parent b4fc268 commit da02482
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log
All notable changes to the "vscode-cfn-lint" extension will be documented in this file.

## 0.26.2
## What's Changed
* Update mocha to 11 by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/437
* CloudFormation Template Schema upgrade by @github-actions in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/423
* Bump mocha from 11.0.1 to 11.1.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/446
* Bump glob from 9.3.5 to 11.0.1 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/445
* Bump @types/lodash from 4.17.14 to 4.17.15 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/444
* Bump semver from 7.6.3 to 7.7.1 in /server by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/448
* CloudFormation Template Schema upgrade by @github-actions in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/439

**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/compare/v0.26.1...v0.26.2

## 0.26.1
## What's Changed
* Switch to node 20.x by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/424
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"author": "Kevin DeJong",
"license": "Apache-2.0",
"version": "0.26.1",
"version": "0.26.2",
"publisher": "kddejong",
"engines": {
"vscode": "^1.52.0"
Expand Down

0 comments on commit da02482

Please sign in to comment.