Skip to content

Commit 614171d

Browse files
committed
push out a new release
1 parent 6cc2a6f commit 614171d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# master
22

3+
# 4.1.6 / 2021-08-19
4+
35
* Fix es2020 optional chaining optimization when arguments are present
46

57
# 4.1.5 / 2021-08-14

lib/ruby2js/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Ruby2JS
22
module VERSION #:nodoc:
33
MAJOR = 4
44
MINOR = 1
5-
TINY = 5
5+
TINY = 6
66

77
STRING = [MAJOR, MINOR, TINY].join('.')
88
end

0 commit comments

Comments
 (0)