From 4651c48a5c4bb9cb4263fba22f92eb0159bb8cb6 Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Mon, 6 Feb 2023 17:04:28 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=87=B3=F0=9F=87=BF=20v1.23.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit February 6 is Waitangi Day, the national day of New Zealand, celebrating the signing of the Treaty of Waitangi! You can read more about it here: https://en.wikipedia.org/wiki/Waitangi_Day --- 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 f5d91f52..e427d374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.23.0 * Update rubocop from 1.42.0 to [1.44.1](https://github.com/rubocop/rubocop/releases/tag/v1.44.1) diff --git a/Gemfile.lock b/Gemfile.lock index 05f88179..8adfee90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.22.1) + standard (1.23.0) language_server-protocol (~> 3.17.0.2) rubocop (= 1.44.1) rubocop-performance (= 1.15.2) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index 0240b8e5..57ce46be 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.22.1") + VERSION = Gem::Version.new("1.23.0") end