From 81f006f029fc8f84473b4d08726af309eec107d9 Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Sat, 19 Aug 2023 17:15:11 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=94=20v1.31.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's Samwise Gamgee's favorite root, you can boil them, mash them, and even stick them in a stew! That's right it's National Potato Day! Did you know that the potato is popular worldwide but originates from the Americas? --- 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 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