Skip to content

Commit

Permalink
Version bump to update v8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Mar 24, 2024
1 parent 183e527 commit b585360
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
- 0.9.0 - 25-03-2024

- Target Node to 18.19.0.0

- 0.8.0 - 29-05-2023

- Target Node to 18.16.0.0
Expand Down
4 changes: 2 additions & 2 deletions lib/mini_racer/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module MiniRacer
VERSION = "0.8.0"
LIBV8_NODE_VERSION = "~> 18.16.0.0"
VERSION = "0.9.0"
LIBV8_NODE_VERSION = "~> 18.19.0.0"
end

0 comments on commit b585360

Please sign in to comment.