Skip to content

Commit 817bdbf

Browse files
committed
release 4.1.3
1 parent 4154f85 commit 817bdbf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# master
22

3+
# 4.1.3 / 2021-04-11
4+
5+
* Add camelCase support for => assignment operator
36
* Fix bugs related to is_a? and instance_of?
47

58
# 4.1.2 / 2021-04-11

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 = 2
5+
TINY = 3
66

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

0 commit comments

Comments
 (0)