Skip to content

Commit 8cd2d38

Browse files
authored
Release v0.24.5 (#312)
1 parent c61f8ea commit 8cd2d38

File tree

3 files changed

+52
-49
lines changed

3 files changed

+52
-49
lines changed

CHANGELOG.md

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

4+
## 0.24.5
5+
- Fix an issue with formatting indentation and `&emsp` with yaml language server (pull #[311](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/311))
6+
47
## 0.24.4
58
- Update CloudFormation schema files as of `2023-04-27` (pull #[298](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/298))
69
- Update language server to not try get symbols when not CloudFormation (pull #[307](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/307))

package-lock.json

Lines changed: 48 additions & 48 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.24.4",
37+
"version": "0.24.5",
3838
"publisher": "kddejong",
3939
"engines": {
4040
"vscode": "^1.52.0"

0 commit comments

Comments
 (0)