Skip to content

Commit 05fcfe1

Browse files
committed
Bump version to 1.4.2 and document the patch
1 parent e9d2345 commit 05fcfe1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.0...main)
1+
# main [(unreleased)](https://github.com/fastruby/next_rails/compare/v1.4.2...main)
22

33
* Your changes/patches go here.
44

5+
# v1.4.2 / 2024-10-25 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.1...v1.4.2)
6+
7+
- [BUGFIX: Rainbow patch: the methods (bold & white) are not on String](https://github.com/fastruby/next_rails/pull/132)
8+
59
# v1.4.1 / 2024-10-22 [(commits)](https://github.com/fastruby/next_rails/compare/v1.4.0...v1.4.1)
610

711
- [BUGFIX: Fix performance regression due to rainbow refinement](https://github.com/fastruby/next_rails/pull/131)

lib/next_rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module NextRails
4-
VERSION = "1.4.1"
4+
VERSION = "1.4.2"
55
end

0 commit comments

Comments
 (0)