Skip to content

Commit 4f6b9b8

Browse files
authored
Release v0.18.0 (#168)
1 parent 83454d4 commit 4f6b9b8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

4+
## 0.18.0
5+
- Update deployment and testing to use GitHub Actions
6+
- Update CloudFormation Template Schema to `31.1.0` (pull #[160](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/160))
7+
48
## 0.12.2
59
- Update autocomplete data to spec version 15.2.0 (pull #[112](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/112))
610

package-lock.json

Lines changed: 1 addition & 1 deletion
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.16.1",
37+
"version": "0.18.0",
3838
"publisher": "kddejong",
3939
"engines": {
4040
"vscode": "^1.52.0"

0 commit comments

Comments
 (0)