diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e4a28358..8f9ef4519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # react-rails +#### Breaking Changes + +#### New Features + +#### Deprecation + +#### Bug Fixes + +## 2.3.0 + #### New Features - Webpacker and Webpack 3 support #777 diff --git a/VERSIONS.md b/VERSIONS.md index 2cf6428d6..ec40a1308 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react- | Gem | React.js | |----------|----------| | master | 15.6.2 | +| 2.3.0 | 15.6.2 | | 2.2.1 | 15.4.2 | | 2.2.0 | 15.4.2 | | 2.1.0 | 15.4.2 | diff --git a/lib/react/rails/version.rb b/lib/react/rails/version.rb index ab255dfaa..827842e11 100644 --- a/lib/react/rails/version.rb +++ b/lib/react/rails/version.rb @@ -2,6 +2,6 @@ module React module Rails # If you change this, make sure to update VERSIONS.md # and republish the UJS by updating package.json and `bundle exec rake ujs:publish` - VERSION = '2.2.1' + VERSION = '2.3.0' end end