Skip to content

Commit 138b96c

Browse files
authored
Release v0.24.0 (#253)
1 parent 3c39873 commit 138b96c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

4+
## 0.24.0
5+
- Add support for `Ref` in hover and autocomplete (pull #[248](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/248))
6+
- Update how we determine what a CloudFormation template is (pull #[250](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/250))
7+
- Update JSON Spec to be based on the registry (pull #[251](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/251))
8+
49
## 0.23.4
510
- 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))
611

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

0 commit comments

Comments
 (0)