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

Commit b97bdcc

Browse files
committed
v0.24.2
1 parent 4813717 commit b97bdcc

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1+
### 0.24.2 - Jul 23 2019
2+
3+
Improvements:
4+
5+
- Update `decreaseIndentPattern` to match Atom [#509](https://github.com/rubyide/vscode-ruby/pull/509)
6+
7+
Bug Fixes:
8+
9+
- Upgrade `tree-sitter` to `^0.15.8` to get new prebuilt binaries
10+
111
### 0.24.1 - Jul 11 2019
212

313
Bug Fixes:
14+
415
- Upgrade `tree-sitter-ruby` to `^0.15.1` to get new prebuilt binaries
516

617
### 0.24.0 - Jun 27 2019

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.24.1",
4+
"version": "0.24.2",
55
"publisher": "rebornix",
66
"description": "Provides Ruby language and debugging support for Visual Studio Code",
77
"author": {

0 commit comments

Comments
 (0)