We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a2df1 commit 61791e7Copy full SHA for 61791e7
‎CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 1.46.0
4
5
* Updates rubocop to [1.73.2](https://github.com/rubocop/rubocop/tree/v1.73.2)
6
‎Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- standard (1.45.0)
+ standard (1.46.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
7
rubocop (~> 1.73.0)
‎lib/standard/version.rb
@@ -1,3 +1,3 @@
module Standard
- VERSION = Gem::Version.new("1.45.0")
+ VERSION = Gem::Version.new("1.46.0")
end
0 commit comments