Skip to content

Commit da7a885

Browse files
committed
Release v0.3.3
1 parent 3a671b7 commit da7a885

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.3.3
2+
* Compatibility fix for Opal 1.4
3+
14
## 0.3.2
25
* Cookie: refactor the module
36
* Note in documentation it's available as `$document.cookies` and it's the preferred way to access it

opal/browser/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Browser
2-
VERSION = '0.3.2'
2+
VERSION = '0.3.3'
33
end

0 commit comments

Comments
 (0)