Skip to content

Commit 5da9f3d

Browse files
committed
Update to 0.5.6
1 parent 3545793 commit 5da9f3d

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 0.5.1
2+
- Fix initialization problem that occurs when you write yaml without opening a folder/workspace/project
3+
14
#### 0.5.0
25
- Fixed offset of undefined when hovering [#162](https://github.com/redhat-developer/yaml-language-server/issues/162)
36
- Fixed relative path schema loading [#154](https://github.com/redhat-developer/yaml-language-server/issues/154)

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"license": "MIT",
13-
"version": "0.5.0",
13+
"version": "0.5.1",
1414
"publisher": "redhat",
1515
"preview": true,
1616
"bugs": "https://github.com/redhat-developer/vscode-yaml/issues",
@@ -173,6 +173,6 @@
173173
"vscode-languageclient": "5.2.1",
174174
"vscode-nls": "^3.2.1",
175175
"vscode-uri": "^2.0.3",
176-
"yaml-language-server": "0.5.4"
176+
"yaml-language-server": "0.5.6"
177177
}
178178
}

0 commit comments

Comments
 (0)