Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit d4c837e

Browse files
committed
Update CHANGELOG for v0.22.1
1 parent e24532a commit d4c837e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.22.1 - Feb 21 2019
2+
3+
Bug Fixes:
4+
* Set archive files to ignored so they don't get published
5+
* Whitelist the `HOME` environment variable in the environment detection
6+
* Fix for opening single files and not having the language server crash
7+
18
### 0.22.0 - Feb 20 2019
29

310
Notable Changes:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ruby",
33
"displayName": "Ruby",
4-
"version": "0.22.0",
4+
"version": "0.22.1",
55
"publisher": "rebornix",
66
"description": "Provides Ruby language and debugging support for Visual Studio Code",
77
"author": {

0 commit comments

Comments
 (0)