Skip to content

Commit 0573ae2

Browse files
committed
1.4.1
1 parent 2249143 commit 0573ae2

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# react-rails
22

3+
#### Breaking Changes
4+
5+
#### New Features
6+
7+
#### Deprecation
8+
9+
#### Bug Fixes
10+
11+
## 1.4.1 (October 23, 2015)
312

413
#### Breaking Changes
514

@@ -9,6 +18,8 @@
918

1019
#### Bug Fixes
1120

21+
- Minify & optimize the production build of React.js #380
22+
1223
## 1.4.0 (October 22, 2015)
1324

1425
#### Breaking Changes

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.14.0 |
13+
| 1.4.1 | 0.14.0 |
1314
| 1.4.0 | 0.14.0 |
1415
| 1.3.3 | 0.13.3 |
1516
| 1.3.2 | 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.4.0'
4+
VERSION = '1.4.1'
55
end
66
end

0 commit comments

Comments
 (0)