Skip to content

Commit

Permalink
1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Feb 10, 2023
1 parent 589ec47 commit 861e5ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.24.1

* _Further_ improve `--lsp` server to better support commands used by VS Code

## 1.24.0

* Improve `--lsp` server to better support the commands used by VS Code
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
standard (1.24.0)
standard (1.24.1)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.44.1)
rubocop-performance (= 1.15.2)
Expand All @@ -21,7 +21,7 @@ GEM
method_source (1.0.0)
minitest (5.17.0)
parallel (1.22.1)
parser (3.2.0.0)
parser (3.2.1.0)
ast (~> 2.4.1)
pry (0.14.2)
coderay (~> 1.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/standard/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new("1.24.0")
VERSION = Gem::Version.new("1.24.1")
end

0 comments on commit 861e5ba

Please sign in to comment.