From ee3314d30ec6d9d511324552c3e7e3be7df7b3cc Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Thu, 28 Oct 2021 20:40:46 -0400 Subject: [PATCH] 1.4.0 --- 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 bd8dc20b..aa6102f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * Remove [`Style/NegatedIf`](https://github.com/TODO) -## Also unreleased +## 1.4.0 * Update rubocop from 1.19.1 to [1.22.3](https://github.com/rubocop-hq/rubocop/releases/tag/v1.22.3) diff --git a/Gemfile.lock b/Gemfile.lock index 3a9d6f93..d7bb2717 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.3.0) + standard (1.4.0) rubocop (= 1.22.3) rubocop-performance (= 1.11.5) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index 0c279f30..fc84863b 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.3.0") + VERSION = Gem::Version.new("1.4.0") end