Skip to content

Commit

Permalink
Release v0.11.0 (#566)
Browse files Browse the repository at this point in the history
## v0.11.0

### Minor Changes

- Add command to re-sync ansible inventory file (#522) @priyamsahoo

### Bugfixes

- Update ansible-language-server to 0.9.0 (#548) @ssbarnea

Co-authored-by: Ansible DevTools <[email protected]>
  • Loading branch information
ansibot and ansibuddy authored Jul 25, 2022
1 parent d25f3e5 commit 6894aa0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

<!-- KEEP-THIS-COMMENT -->

## v0.11.0

### Minor Changes

- Add command to re-sync ansible inventory file (#522) @priyamsahoo

### Bugfixes

- Update ansible-language-server to 0.9.0 (#548) @ssbarnea

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
"test-e2e": "yarn run test-compile && node ./out/client/test/testRunner",
"test-e2e-withserver": "yarn run test-compile-withserver && node ./out/client/test/testRunner"
},
"version": "0.10.0",
"version": "0.11.0",
"packageManager": "[email protected]",
"vsce": {
"dependencies": false,
Expand Down

0 comments on commit 6894aa0

Please sign in to comment.