Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minimum @ansible/ansible-language-server version to 0.2.5 #259

Merged
merged 4 commits into from
Oct 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 0.5.1

### Hotfixes

* Increased the minimum required `@ansible/ansible-language-server`
version to 0.2.5. It has added a guard for linting only playbook
files with the Ansible's built-in syntax-check when `ansible-lint`
is unavailable. This is used for providing the diagnostics
information to the client (VS Code editor instance) (#259)
@ganeshrn

## 0.5.0

### Major changes
Expand Down
14 changes: 7 additions & 7 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 @@ -344,7 +344,7 @@
]
},
"dependencies": {
"@ansible/ansible-language-server": "^0.2.4",
"@ansible/ansible-language-server": "^0.2.5",
"vscode-languageclient": "^7.0.0"
},
"description": "Ansible language support",
Expand Down