Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Sep 18, 2015
1 parent 5aea60b commit d7ecd8b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@

#### Bug Fixes

- Use controller lifecycle hooks for view helper (tests don't run middlewares)
## 1.3.1 (September 18, 2015)

#### Breaking Changes

#### New Features

#### Deprecation

#### Bug Fixes

- Use controller lifecycle hooks for view helper (tests don't run middlewares) #356

## 1.3.0 (September 15, 2015)

Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
| Gem | React.js |
|----------|----------|
| master | 0.13.3 |
| 1.3.1 | 0.13.3 |
| 1.3.0 | 0.13.3 |
| 1.2.0 | 0.13.3 |
| 1.1.0 | 0.13.3 |
Expand Down
2 changes: 1 addition & 1 deletion lib/react/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module React
module Rails
# If you change this, make sure to update VERSIONS.md
VERSION = '1.3.0'
VERSION = '1.3.1'
end
end

0 comments on commit d7ecd8b

Please sign in to comment.