Skip to content

Commit 04fd041

Browse files
committed
v1.51.1
1 parent 10a9bba commit 04fd041

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.51.1
4+
5+
* Fixes Layout/EmptyLineAfterGuardClause back to false after [#750](https://github.com/standardrb/standard/issues/750)
6+
37
## 1.51.0
48

59
* Updates rubocop to [1.81.2](https://github.com/rubocop/rubocop/tree/v1.81.2)

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.51.0)
4+
standard (1.51.1)
55
language_server-protocol (~> 3.17.0.2)
66
lint_roller (~> 1.0)
77
rubocop (~> 1.80.2)

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.51.0")
2+
VERSION = Gem::Version.new("1.51.1")
33
end

0 commit comments

Comments
 (0)