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

Commit

Permalink
Bump to version v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Aug 17, 2022
1 parent 1e7f4aa commit d89be07
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.6]

- Enable document links (https://github.com/Shopify/vscode-ruby-lsp/pull/170)
- Prompt users to update the server gem (https://github.com/Shopify/vscode-ruby-lsp/pull/172)
- Bundle grammar files for simpler highlighting (https://github.com/Shopify/vscode-ruby-lsp/pull/187)

## [0.0.5]

- Add Ruby snippets (https://github.com/Shopify/vscode-ruby-lsp/pull/150)
Expand Down
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.5",
"version": "0.0.6",
"publisher": "Shopify",
"repository": {
"type": "git",
Expand Down

0 comments on commit d89be07

Please sign in to comment.