Skip to content

Commit

Permalink
1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Feb 9, 2023
1 parent 1a2f650 commit 9b3bd71
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.0

* Improve `--lsp` server to better support the commands used by VS Code

## 1.23.0

* Update rubocop from 1.42.0 to [1.44.1](https://github.com/rubocop/rubocop/releases/tag/v1.44.1)
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.23.0)
standard (1.24.0)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.44.1)
rubocop-performance (= 1.15.2)
Expand All @@ -28,7 +28,7 @@ GEM
method_source (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.6.2)
regexp_parser (2.7.0)
rexml (3.2.5)
rubocop (1.44.1)
json (~> 2.3)
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.23.0")
VERSION = Gem::Version.new("1.24.0")
end

0 comments on commit 9b3bd71

Please sign in to comment.