We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b10011 commit 39f1bb3Copy full SHA for 39f1bb3
CHANGELOG.md
@@ -1,7 +1,12 @@
1
-## [0.5.0](https://github.com/opal/opal-jquery/compare/v0.4.5...HEAD) Unreleased
+## [0.5.0](https://github.com/opal/opal-jquery/compare/v0.4.6...HEAD) Unreleased
2
3
-- Initialize @@__isReady (#115)
4
-- Added `Element#select` (#111)
+*see diff*
+
5
+## [0.4.6](https://github.com/opal/opal-jquery/compare/v0.4.5...v0.4.6) Unreleased
6
7
+* Initialize @@__isReady (#115)
8
9
+* Added `Element#select` (#111)
10
11
## [0.4.5](https://github.com/opal/opal-jquery/compare/v0.4.4...v0.4.5) 2021-07-28
12
lib/opal/jquery/version.rb
@@ -1,5 +1,5 @@
module Opal
module JQuery
- VERSION = '0.4.5'
+ VERSION = '0.4.6'
end
0 commit comments