Skip to content

Commit d7ecd8b

Browse files
committed
1.3.1
1 parent 5aea60b commit d7ecd8b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@
88

99
#### Bug Fixes
1010

11-
- Use controller lifecycle hooks for view helper (tests don't run middlewares)
11+
## 1.3.1 (September 18, 2015)
12+
13+
#### Breaking Changes
14+
15+
#### New Features
16+
17+
#### Deprecation
18+
19+
#### Bug Fixes
20+
21+
- Use controller lifecycle hooks for view helper (tests don't run middlewares) #356
1222

1323
## 1.3.0 (September 15, 2015)
1424

VERSIONS.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
1010
| Gem | React.js |
1111
|----------|----------|
1212
| master | 0.13.3 |
13+
| 1.3.1 | 0.13.3 |
1314
| 1.3.0 | 0.13.3 |
1415
| 1.2.0 | 0.13.3 |
1516
| 1.1.0 | 0.13.3 |

lib/react/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module React
22
module Rails
33
# If you change this, make sure to update VERSIONS.md
4-
VERSION = '1.3.0'
4+
VERSION = '1.3.1'
55
end
66
end

0 commit comments

Comments
 (0)