Skip to content

Commit 75730d5

Browse files
authored
Release v0.26.5 (#462)
1 parent 073b475 commit 75730d5

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

4+
## 0.26.5
5+
## What's Changed
6+
* Redo the order of autcompletion by @kddejong in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/461
7+
* Bump HaaLeo/publish-vscode-extension from 1 to 2 by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/455
8+
* CloudFormation Template Schema upgrade by @github-actions in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/449
9+
* Bump @types/vscode from 1.96.0 to 1.98.0 in /client by @dependabot in https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/459
10+
11+
**Full Changelog**: https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/compare/v0.26.4...v0.26.5
12+
413
## 0.26.4
514
## What's Changed
615

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.4",
37+
"version": "0.26.5",
3838
"publisher": "kddejong",
3939
"engines": {
4040
"vscode": "^1.52.0"

0 commit comments

Comments
 (0)