Skip to content

Commit da02482

Browse files
authored
Release v0.26.2 (#438)
1 parent b4fc268 commit da02482

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22
All notable changes to the "vscode-cfn-lint" extension will be documented in this file.
33

4+
## 0.26.2
5+
## What's Changed
6+
* Update mocha to 11 by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/437
7+
* CloudFormation Template Schema upgrade by @github-actions in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/423
8+
* 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
9+
* 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
10+
* 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
11+
* 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
12+
* CloudFormation Template Schema upgrade by @github-actions in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/439
13+
14+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/compare/v0.26.1...v0.26.2
15+
416
## 0.26.1
517
## What's Changed
618
* Switch to node 20.x by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/424

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"author": "Kevin DeJong",
3636
"license": "Apache-2.0",
37-
"version": "0.26.1",
37+
"version": "0.26.2",
3838
"publisher": "kddejong",
3939
"engines": {
4040
"vscode": "^1.52.0"

0 commit comments

Comments
 (0)