From e4c142b1bb7782ab1a1eaa9746e310d01d9c5b14 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Tue, 7 Jun 2022 15:52:17 -0400 Subject: [PATCH] Bump version to 0.0.3 (#114) --- CHANGELOG.md | 6 ++++++ package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db5b8e26..125ccb3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] +## [0.0.3] + +- Add new error telemetry fields (https://github.com/Shopify/vscode-ruby-lsp/pull/107) +- Enable document highlight by default (https://github.com/Shopify/vscode-ruby-lsp/pull/76) +- Remove plugin load order dependency for telemetry (https://github.com/Shopify/vscode-ruby-lsp/pull/85) + ## [0.0.2] - Prompt users to remove rubocop-lsp gem if installed (https://github.com/Shopify/vscode-ruby-lsp/pull/79) diff --git a/package.json b/package.json index bce293d2..fccfd2b5 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ruby-lsp", - "displayName": "ruby-lsp", + "displayName": "Ruby LSP", "description": "VS Code plugin for connecting with the Ruby LSP", - "version": "0.0.2", + "version": "0.0.3", "publisher": "Shopify", "repository": { "type": "git",