From 9dfb1ead565b35e0e57954920d4242bd213f2ddf Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Tue, 10 Oct 2023 14:48:54 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=A0=20v1.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's World Mental Health day, according to the WHO. Please take care of yourself and your loved ones! --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/standard/performance/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7a3ed..2cc09c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## [1.2.1] - Updates rubocop-performance from 1.19.0 to [1.19.1](https://github.com/rubocop/rubocop-performance/releases/tag/v1.19.1) diff --git a/Gemfile.lock b/Gemfile.lock index 5abdd31..cbf25a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard-performance (1.2.0) + standard-performance (1.2.1) lint_roller (~> 1.1) rubocop-performance (~> 1.19.1) diff --git a/lib/standard/performance/version.rb b/lib/standard/performance/version.rb index 4ff7165..0c57b78 100644 --- a/lib/standard/performance/version.rb +++ b/lib/standard/performance/version.rb @@ -1,5 +1,5 @@ module Standard module Performance - VERSION = "1.2.0" + VERSION = "1.2.1" end end