Skip to content

Commit 31360da

Browse files
committed
new release!
1 parent dec7e0f commit 31360da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
- 0.18.1 - 03-04-2025
2+
- Convert round doubles to fixnum for very big floats - this has better parity with JavaScript - Ben Noorhuis
3+
14
- 0.18.0 - 05-03-2025
25
- Time for a major release
36
- Handle ActiveSupport TimeWithZone objects during serialization - Sam Saffron

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.18.0"
4+
VERSION = "0.18.1"
55
LIBV8_NODE_VERSION = "~> 23.6.1.0"
66
end

0 commit comments

Comments
 (0)