Skip to content

Commit 1cbec75

Browse files
committed
bump version
1 parent c042cf4 commit 1cbec75

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.2 - 24-12-2025
2+
- upgrade to node 24.12.0
3+
14
- 0.19.1 - 20-10-2025
25
- JS code can now catch ruby exceptions - Ben Noordhuis
36
- Retain string encoding when raising exceptions - Ben Noordhuis

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.19.1"
5-
LIBV8_NODE_VERSION = "~> 24.1.0.0"
4+
VERSION = "0.19.2"
5+
LIBV8_NODE_VERSION = "~> 24.12.0.0"
66
end

0 commit comments

Comments
 (0)