From 632ebd6fffaff0199b9b3094abc252d374fff88d Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Tue, 3 Jan 2023 12:27:49 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8D=20v1.21.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's J.R.R. Tolkien's birthday! He was the author of beloved book series like The Lord of the Rings and The Hobbit. --- CHANGELOG.md | 2 +- Gemfile.lock | 6 +++--- lib/standard/version.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc18f1f0..55f5b21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.21.0 * Update rubocop-performance from 1.15.1 to [1.15.2](https://github.com/rubocop/rubocop-performance/releases/tag/v1.15.2) * Update rubocop from 1.40.0 to [1.42.0](https://github.com/rubocop/rubocop/releases/tag/v1.42.0) diff --git a/Gemfile.lock b/Gemfile.lock index 6b5ee4d9..032c9e43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.20.0) + standard (1.21.0) language_server-protocol (~> 3.17.0.2) rubocop (= 1.42.0) rubocop-performance (= 1.15.2) @@ -18,7 +18,7 @@ GEM method_source (1.0.0) minitest (5.17.0) parallel (1.22.1) - parser (3.1.3.0) + parser (3.2.0.0) ast (~> 2.4.1) pry (0.14.1) coderay (~> 1.1) @@ -49,7 +49,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - unicode-display_width (2.3.0) + unicode-display_width (2.4.0) PLATFORMS ruby diff --git a/lib/standard/version.rb b/lib/standard/version.rb index f2d5e3bc..cfdbfd1f 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.20.0") + VERSION = Gem::Version.new("1.21.0") end