CHANGELOG.md in react-rails-2.2.0 vs CHANGELOG.md in react-rails-2.2.1
- old
+ new
@@ -6,9 +6,20 @@
#### Deprecation
#### Bug Fixes
+## 2.2.1
+
+#### New Features
+
+- Support `config.react.server_renderer_directories` in initializers #729
+
+#### Bug Fixes
+
+- Fix Railtie watcher to update its timestamp when files change #722
+- Don't use `yarn` binstub because webpacker doesn't provide it anymore #717
+
## 2.2.0
#### New Features
- Improve error handling when components aren't found #704