Skip to content

Commit adf1662

Browse files
authored
Release v0.26.6 (#472)
1 parent da51a18 commit adf1662

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Change Log
22
All notable changes to the "vscode-cfn-lint" extension will be documented in this file.
33

4+
## 0.26.6
5+
## What's Changed
6+
* Bump yaml-language-server from 1.17.0 to 1.18.0 in /server by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/466
7+
* Bump glob from 11.0.1 to 11.0.2 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/465
8+
* Bump mocha from 11.1.0 to 11.2.2 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/464
9+
* CloudFormation Template Schema upgrade by @github-actions in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/463
10+
* Bump semver from 7.7.1 to 7.7.2 in /server by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/471
11+
* Bump @types/vscode from 1.99.1 to 1.100.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/470
12+
* Bump @types/lodash from 4.17.16 to 4.17.17 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/469
13+
* Bump mocha from 11.2.2 to 11.5.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/468
14+
15+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/compare/v0.26.5...v0.26.6
16+
417
## 0.26.5
518
## What's Changed
619
* Redo the order of autcompletion by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/461

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.5",
37+
"version": "0.26.6",
3838
"publisher": "kddejong",
3939
"engines": {
4040
"vscode": "^1.52.0"

0 commit comments

Comments
 (0)