Skip to content

Commit c621c1b

Browse files
committed
Version bump
1 parent 23ab9cc commit c621c1b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- 0.19.1 - 20-10-2025
2+
- JS code can now catch ruby exceptions - Ben Noordhuis
3+
- Retain string encoding when raising exceptions - Ben Noordhuis
4+
- Fix object identity bug with Ruby to JS conversion - Benjamin Wood
5+
16
- 0.19.0 - 24-06-2025
27
- upgrade to node 24.1.0
38

lib/mini_racer/version.rb

Lines changed: 1 addition & 1 deletion
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.0"
4+
VERSION = "0.19.1"
55
LIBV8_NODE_VERSION = "~> 24.1.0.0"
66
end

0 commit comments

Comments
 (0)