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

Commit 3ccbe79

Browse files
committed
Update CHANGELOG for v0.21.1
1 parent bc48b5b commit 3ccbe79

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 0.21.1 - Feb 12 2019
2+
3+
Bug Fixes:
4+
* Upgrade `tree-sitter` and `tree-sitter-ruby` to versions compatible with Node ABI v64
5+
6+
Improvements:
7+
* (Update settings panel title)[] by [](https://github.com/rubyide/vscode-ruby/commits?author=vnbrs)
8+
19
### 0.21.0 - Dec 9 2018
210

311
Notable Changes:

package-lock.json

Lines changed: 2 additions & 2 deletions
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.21.0",
4+
"version": "0.21.1",
55
"publisher": "rebornix",
66
"description": "Provides Ruby language and debugging support for Visual Studio Code",
77
"author": {

0 commit comments

Comments
 (0)