Skip to content

Commit

Permalink
[RELEASE] - v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelBenin committed Dec 8, 2016
1 parent e67a060 commit 47e2c58
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 4.0.0

### Bugfixes

* Fixed spelling on head component
* Fixed hot reloading reducers
* Fixed source maps in google chrome
* Fixed enzyme breaking canUseDOM in integration tests

### Added

* Upgraded dependencies
* Added docs and badges to readme
* Travis ci builds
* Coveralls code coverage (server)
* Updated to use babel-preset-node
* Acceptance testing with webdriver.io
* Test for server rendering title

### Changed

* Updated Autoprefixer and Uglify config
* Removed unused code
* Dropped ie8 support
* Updated to use latest-minimal babel
* Updated .stylelintrc to be Airbnb compatible


## 3.0.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-ssr-spa",
"private": false,
"version": "3.0.0",
"version": "4.0.0",
"description": "Simple server rendered single page app.",
"repository": "https://github.com/michaelBenin/react-ssr-spa",
"license": "MIT",
Expand Down

0 comments on commit 47e2c58

Please sign in to comment.