Skip to content

Commit f193528

Browse files
committed
upgrade libv8 node to 24.1
1 parent 6da05c4 commit f193528

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- 0.19.0 - 24-06-2025
2+
- upgrade to node 24.1.0
3+
14
- 0.18.1 - 03-04-2025
25
- Convert round doubles to fixnum for very big floats - this has better parity with JavaScript - Ben Noorhuis
36

lib/mini_racer/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module MiniRacer
4-
VERSION = "0.18.1"
5-
LIBV8_NODE_VERSION = "~> 23.6.1.0"
4+
VERSION = "0.19.0"
5+
LIBV8_NODE_VERSION = "~> 24.1.0.0"
66
end

0 commit comments

Comments
 (0)