Skip to content

Commit

Permalink
Bump version and revert v8 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Aug 6, 2024
1 parent 6f45496 commit 537eae9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

- 0.14.0 - 06-08-2024

- Node 22.5.1.0 is not stable in production, reverting to last known good build

- 0.13.0 - 29-07-2024

- Target Node to 22.5.1.0 0 - corrects segfault in earlier release
Expand Down
4 changes: 2 additions & 2 deletions lib/mini_racer/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module MiniRacer
VERSION = "0.13.0"
LIBV8_NODE_VERSION = "~> 22.5.1.0"
VERSION = "0.14.0"
LIBV8_NODE_VERSION = "~> 18.19.0.0"
end

0 comments on commit 537eae9

Please sign in to comment.