From df1b0a4c133f1c5d990163237a42797b8c8c9b6a Mon Sep 17 00:00:00 2001 From: Stafford Brunk Date: Thu, 27 Jun 2019 07:20:52 -0600 Subject: [PATCH] v0.24.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a42be5641..eaf3eb2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### 0.24.0 - Jun 27 2019 + +Bug Fixes: + +- Path manipulation via correct OS path class [#477](https://github.com/rubyide/vscode-ruby/pull/477) +- Pass `LANG` environment variable to server [#494](https://github.com/rubyide/vscode-ruby/pull/494) +- Add rake task definition to fix customization of auto-detected tasks [#497](https://github.com/rubyide/vscode-ruby/pull/497) +- Fix bug in locate.js [#499](https://github.com/rubyide/vscode-ruby/pull/499) + +Documentation: + +- Clarify rubocop configuration for 'lint:true' [#492](https://github.com/rubyide/vscode-ruby/pull/492) + ### 0.23.0 - Jun 11 2019 Improvements: diff --git a/package-lock.json b/package-lock.json index b6d5013f2..d512eeb60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ruby", - "version": "0.23.0", + "version": "0.24.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e78f259d6..5d1035253 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ruby", "displayName": "Ruby", - "version": "0.23.0", + "version": "0.24.0", "publisher": "rebornix", "description": "Provides Ruby language and debugging support for Visual Studio Code", "author": {