Skip to content

Commit 5d6b5a9

Browse files
authored
Release v0.23.3 (#244)
1 parent 97887e1 commit 5d6b5a9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
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.23.3
5+
- Fix preview command not showing graph (pull #[243](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/243))
6+
47
## 0.23.2
58
- Disable `documentRangeFormattingProvider` and `documentFormattingProvider` in server capabilities (pull #[234](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/234))
69

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

0 commit comments

Comments
 (0)