We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da05c4 commit f193528Copy full SHA for f193528
CHANGELOG
@@ -1,3 +1,6 @@
1
+- 0.19.0 - 24-06-2025
2
+ - upgrade to node 24.1.0
3
+
4
- 0.18.1 - 03-04-2025
5
- Convert round doubles to fixnum for very big floats - this has better parity with JavaScript - Ben Noorhuis
6
lib/mini_racer/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module MiniRacer
- VERSION = "0.18.1"
- LIBV8_NODE_VERSION = "~> 23.6.1.0"
+ VERSION = "0.19.0"
+ LIBV8_NODE_VERSION = "~> 24.1.0.0"
end
0 commit comments