Skip to content

Commit

Permalink
[RELEASE] - v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelBenin committed Dec 19, 2016
1 parent 73f27b4 commit 731d13b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

## 5.0.0

### Bugfixes

* Client config won't rerender after initial page load

### Added

* Client side code coverage with codecov
* Added badge to readme
* Added client side test for coverage report

### Changed

* Added dependencies for client side code coverage
* Added client side coverage command to package.json and travis config

## 4.0.0

### Bugfixes
Expand All @@ -8,7 +25,7 @@
* Fixed hot reloading reducers
* Fixed source maps in google chrome
* Fixed enzyme breaking canUseDOM in integration tests

### Added

* Upgraded dependencies
Expand Down Expand Up @@ -58,7 +75,7 @@

### Changed

* Webpack dev config was modified for latest react-hot-loader, also entry points were updated.
* Webpack dev config was modified for latest react-hot-loader, also entry points were updated.



Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "react-ssr-spa",
"private": false,
"version": "4.0.0",
"version": "5.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 731d13b

Please sign in to comment.