Skip to content

Commit

Permalink
Release v0.24.5 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored May 1, 2023
1 parent c61f8ea commit 8cd2d38
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 49 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
All notable changes to the "vscode-cfn-lint" extension will be documented in this file.

## 0.24.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))

## 0.24.4
- Update CloudFormation schema files as of `2023-04-27` (pull #[298](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/298))
- 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))
Expand Down
96 changes: 48 additions & 48 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.24.4",
"version": "0.24.5",
"publisher": "kddejong",
"engines": {
"vscode": "^1.52.0"
Expand Down

0 comments on commit 8cd2d38

Please sign in to comment.