Skip to content

Commit

Permalink
Release 0.19.2
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <[email protected]>
  • Loading branch information
evidolob committed May 21, 2021
1 parent 34389de commit 4cf1d44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.19.2

- Revert/delete telemetry [#515](https://github.com/redhat-developer/vscode-yaml/issues/515)
- Remove fileMatch workaround, now glob patterns should work as expected [#467](https://github.com/redhat-developer/yaml-language-server/pull/467)

### 0.19.1

- Fix: "Billion Laughs" attack [#463](https://github.com/redhat-developer/yaml-language-server/issues/463)
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"license": "MIT",
"version": "0.19.1",
"version": "0.19.2",
"publisher": "redhat",
"preview": true,
"bugs": "https://github.com/redhat-developer/vscode-yaml/issues",
Expand Down Expand Up @@ -174,8 +174,7 @@
}
}
},
"extensionDependencies": [
],
"extensionDependencies": [],
"scripts": {
"build": "yarn run clean && yarn run lint && yarn run vscode:prepublish",
"check-dependencies": "node ./scripts/check-dependencies.js",
Expand Down

0 comments on commit 4cf1d44

Please sign in to comment.