From a875c7c33d8d97c404a3a9787a22f145f7112840 Mon Sep 17 00:00:00 2001 From: Robby Thompson Date: Tue, 12 Mar 2024 10:53:47 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=B0=20Happy=20National=20Equal=20Pay?= =?UTF-8?q?=20Day!=20=202024-03-12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/standard/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3955f355..8411d190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## unreleased +## 1.35.0 * Updates rubocop to [1.62](https://github.com/rubocop/rubocop/releases/tag/v1.62.1) diff --git a/Gemfile.lock b/Gemfile.lock index 86bc0a04..546a6655 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.34.0) + standard (1.35.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.62) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index 99c2c188..7b5b4182 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.34.0") + VERSION = Gem::Version.new("1.35.0") end