diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1e76cf6d..9783bcf79d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v0.19.0 - Wed, 25 Mar 2015 21:25:57 GMT +--------------------------------------- + +- [98ee978](../../commit/98ee978) [changed] Source to ES6 using Babel and Webpack + + v0.18.0 - Tue, 24 Mar 2015 02:56:15 GMT --------------------------------------- diff --git a/package.json b/package.json index b8c7c5fcea..cc847bcbef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap", - "version": "0.18.0", + "version": "0.19.0", "description": "Bootstrap 3 components build with React", "repository": { "type": "git", @@ -81,4 +81,4 @@ "dependencies": { "classnames": "^1.1.4" } -} +} \ No newline at end of file