Skip to content

Commit 5c08443

Browse files
committed
1.41.1
1 parent bdc3b16 commit 5c08443

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 1.41.1
6+
7+
* Adds a stub method to the Ruby LSP add-on to avoid a potential runtime exception
8+
for range formatting requests [#655](https://github.com/standardrb/standard/pull/655)
9+
510
## 1.41.0
611

712
* Updates rubocop to [1.66.1](https://github.com/rubocop/rubocop/releases/tag/v1.66.1)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
standard (1.41.0)
4+
standard (1.41.1)
55
language_server-protocol (~> 3.17.0.2)
66
lint_roller (~> 1.0)
77
rubocop (~> 1.66.0)

lib/standard/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Standard
2-
VERSION = Gem::Version.new("1.41.0")
2+
VERSION = Gem::Version.new("1.41.1")
33
end

0 commit comments

Comments
 (0)