Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervalero committed Jun 3, 2016
2 parents 31751e3 + 875645d commit b07af12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.1] - 2016-06-02
### Added
- Fix version typo in package.json

## [1.0.0] - 2016-06-02
### Added
- Initial release
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-todo",
"version": "1.0.0",
"version": "1.0.1",
"description": "A very basic Todo app written with React / Redux for a coding challenge.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"axios": "0.11.1",
"babel-preset-stage-1": "^^6.1.18",
"babel-preset-stage-1": "^6.1.18",
"bootstrap": "3.3.6",
"lodash": "^3.10.1",
"react": "^0.14.3",
Expand Down

0 comments on commit b07af12

Please sign in to comment.