Skip to content

Commit

Permalink
[RELEASE] - 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelBenin committed Jan 14, 2017
1 parent 2ae53e6 commit a85e493
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 6.0.0

### Bugfixes

* Code now abides most up to date linters
* Removing deprecated vars/fns from updated libs

### Added

* Foundation for acceptance testing

### Changed

* Upgraded dependencies

## 5.0.0

### Bugfixes
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": "5.0.0",
"version": "6.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 a85e493

Please sign in to comment.