We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4154f85 commit 817bdbfCopy full SHA for 817bdbf
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# master
2
3
+# 4.1.3 / 2021-04-11
4
+
5
+* Add camelCase support for => assignment operator
6
* Fix bugs related to is_a? and instance_of?
7
8
# 4.1.2 / 2021-04-11
lib/ruby2js/version.rb
@@ -2,7 +2,7 @@ module Ruby2JS
module VERSION #:nodoc:
MAJOR = 4
MINOR = 1
- TINY = 2
+ TINY = 3
STRING = [MAJOR, MINOR, TINY].join('.')
end
0 commit comments