Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.0.2 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock authored May 12, 2022
1 parent c07f473 commit 48853b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

## [0.0.2]

- Prompt users to remove rubocop-lsp gem if installed (https://github.com/Shopify/vscode-ruby-lsp/pull/79)
- Run bundle add with group=development (https://github.com/Shopify/vscode-ruby-lsp/pull/77)
- Add the ability to connect to a private telemetry extension (https://github.com/Shopify/vscode-ruby-lsp/pull/60)

## [0.0.1]

- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ruby-lsp",
"displayName": "ruby-lsp",
"description": "VS Code plugin for connecting with the Ruby LSP",
"version": "0.0.1",
"version": "0.0.2",
"publisher": "Shopify",
"repository": {
"type": "git",
Expand Down

0 comments on commit 48853b6

Please sign in to comment.