Skip to content

Commit

Permalink
Release v0.25.3 (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Feb 16, 2024
1 parent 3ff0b8c commit 22da963
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.25.3
- Update CloudFormation schema files as of `2023-12-13` (pull #[364](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/364))
- Fix a formatting issue (pull #[363](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/363))
- Fix an issue when disabling completion (pull #[362](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/362))

## 0.25.2
- Validate cfn-lint versions on launch (pull #[360](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/360))
- Update CloudFormation schema files as of `2023-12-13` (pull #[354](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/354))
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.25.2",
"version": "0.25.3",
"publisher": "kddejong",
"engines": {
"vscode": "^1.52.0"
Expand Down

0 comments on commit 22da963

Please sign in to comment.