Skip to content

Commit

Permalink
Release v0.24.0 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Dec 7, 2022
1 parent 3c39873 commit 138b96c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to the "vscode-cfn-lint" extension will be documented in this file.

## 0.24.0
- Add support for `Ref` in hover and autocomplete (pull #[248](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/248))
- Update how we determine what a CloudFormation template is (pull #[250](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/250))
- Update JSON Spec to be based on the registry (pull #[251](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/251))

## 0.23.4
- Fix an issue where validation is run on file change (pull #[245](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/245))

Expand Down
4 changes: 2 additions & 2 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.23.4",
"version": "0.24.0",
"publisher": "kddejong",
"engines": {
"vscode": "^1.52.0"
Expand Down

0 comments on commit 138b96c

Please sign in to comment.