Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 5cf0431

Browse files
committed
Release 0.11.0
1 parent 66bb929 commit 5cf0431

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Whitespace conventions:
1818
- 1 spaces before normal text
1919
-->
2020

21-
## [0.11.0] - Unreleased
21+
## [0.11.0] - 2016-12-13
2222

2323
### Changed
2424

@@ -32,6 +32,7 @@ Whitespace conventions:
3232

3333
### Fixed
3434

35+
- `ReferenceError: window is not defined` error in prerender context with react-rails v1.10.0. (#196)
3536
- State might not be updated using `React::Observable` from a param. (#175)
3637
- Arity checking failed for `_react_param_conversion` & `React::Element#initialize` (#167)
3738

lib/reactive-ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module React
2-
VERSION = "0.10.0"
2+
VERSION = "0.11.0"
33
end

0 commit comments

Comments
 (0)