From fd49ffc076e1cdf64fd4d578806edb35eb83fe0e Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Tue, 14 May 2024 15:01:06 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=93=20v1.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's national Dance Like A Chicken Day! What a terrible idea! --- 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 e574a78..ee696b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 1.4.0 - Updates rubocop-performance from 1.20.1 to [1.21.0](https://github.com/rubocop/rubocop-performance/releases/tag/v1.21.0) diff --git a/Gemfile.lock b/Gemfile.lock index 1f361e6..132ea21 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard-performance (1.3.1) + standard-performance (1.4.0) lint_roller (~> 1.1) rubocop-performance (~> 1.21.0) diff --git a/lib/standard/performance/version.rb b/lib/standard/performance/version.rb index 05dc3a3..53f3af9 100644 --- a/lib/standard/performance/version.rb +++ b/lib/standard/performance/version.rb @@ -1,5 +1,5 @@ module Standard module Performance - VERSION = "1.3.1" + VERSION = "1.4.0" end end