From 05fcfe1ef11e383c9d95a4100322824f21dd4eb5 Mon Sep 17 00:00:00 2001 From: Ernesto Tagwerker Date: Fri, 25 Oct 2024 13:39:48 -0400 Subject: [PATCH] Bump version to 1.4.2 and document the patch --- CHANGELOG.md | 6 +++++- lib/next_rails/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaed30b..84b58ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ -# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.0...main) +# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.2...main) * Your changes/patches go here. +# v1.4.2 / 2024-10-25 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.1...v1.4.2) + +- [BUGFIX: Rainbow patch: the methods (bold & white) are not on String](https://github.com/fastruby/next_rails/pull/132) + # v1.4.1 / 2024-10-22 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.0...v1.4.1) - [BUGFIX: Fix performance regression due to rainbow refinement](https://github.com/fastruby/next_rails/pull/131) diff --git a/lib/next_rails/version.rb b/lib/next_rails/version.rb index fe11ec6..a47cebd 100644 --- a/lib/next_rails/version.rb +++ b/lib/next_rails/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module NextRails - VERSION = "1.4.1" + VERSION = "1.4.2" end