Skip to content

Commit

Permalink
Bump version to 1.4.2 and document the patch
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Oct 25, 2024
1 parent e9d2345 commit 05fcfe1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/next_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NextRails
VERSION = "1.4.1"
VERSION = "1.4.2"
end

0 comments on commit 05fcfe1

Please sign in to comment.