diff --git a/CHANGELOG.md b/CHANGELOG.md index d9870f47..ae71f1e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.31.0 * Updates standard-performance to [v1.2.0](https://github.com/standardrb/standard-performance/releases/tag/v1.2.0) * Updates rubocop to [1.56.0](https://github.com/rubocop/rubocop/releases/tag/v1.56.0) diff --git a/Gemfile.lock b/Gemfile.lock index 2cb17443..b84c39de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.30.1) + standard (1.31.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.56.0) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index a71a907a..832ab2e6 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.30.1") + VERSION = Gem::Version.new("1.31.0") end