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 c042cf4 commit 1cbec75Copy full SHA for 1cbec75
CHANGELOG
@@ -1,3 +1,6 @@
1
+- 0.19.2 - 24-12-2025
2
+ - upgrade to node 24.12.0
3
+
4
- 0.19.1 - 20-10-2025
5
- JS code can now catch ruby exceptions - Ben Noordhuis
6
- Retain string encoding when raising exceptions - Ben Noordhuis
lib/mini_racer/version.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module MiniRacer
- VERSION = "0.19.1"
- LIBV8_NODE_VERSION = "~> 24.1.0.0"
+ VERSION = "0.19.2"
+ LIBV8_NODE_VERSION = "~> 24.12.0.0"
end
0 commit comments