Skip to content

Commit

Permalink
Release v0.23.0 (#230)
Browse files Browse the repository at this point in the history
* Release v0.23.0
  • Loading branch information
kddejong authored Aug 16, 2022
1 parent f07127f commit 5fe17c2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to the "vscode-cfn-lint" extension will be documented in this file.

## 0.23.0
- Removed dependency on plugin `vscode-yaml` (pull #[228](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/228))
- Include `yaml-language-server` as a library in server package (pull #[228](https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/228))

## 0.22.0
- Updated CloudFormation Specs (pull #[212](https://github.com/aws-cloudformation/aws-cfn-lint-visual-studio-code/pull/212))
- Include Information checks by default (pull #[223](https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/pull/223))
Expand Down
2 changes: 1 addition & 1 deletion client/src/test/suite/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export async function activate(docUri: vscode.Uri): Promise<any> {
preserveFocus: false,
});

await sleep(3000);
await sleep(5000);
return activation;
} catch (e) {
console.error("Error from activation -> ", e);
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.21.0",
"version": "0.23.0",
"publisher": "kddejong",
"engines": {
"vscode": "^1.52.0"
Expand Down

0 comments on commit 5fe17c2

Please sign in to comment.