diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dde4c6..bdb05d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # generator-react-webpack - Changelog +## 3.0.0 +___Upgrades___: + +1. Updated react-webpack-template to 1.0.0 to include support for babel 6. + +## 2.2.7 +___Upgrades___: + +1. Updated yeoman to 0.21 +2. Added some badges for the readme + ## 2.2.6 ___Upgrades___: diff --git a/package.json b/package.json index 19c31d9..0104a8e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "test": "mocha" }, "dependencies": { - "react-webpack-template": "^0.3.0", + "react-webpack-template": "^1.0.0", "underscore.string": "^3.2.2", "yeoman-generator": "^0.21.0", "yeoman-welcome": "^1.0.1"