diff --git a/CHANGELOG.md b/CHANGELOG.md index f09dfb5103..d8d1aaea4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +v0.16.0 - Fri, 27 Feb 2015 14:01:37 GMT +--------------------------------------- + +- [25b4143](../../commit/25b4143) [fixed] Define toggleNavKey in the propTypes +- [1a4ae1d](../../commit/1a4ae1d) [fixed] Fix rendering Navbar header when toggleNavKey is 0 +- [13f395d](../../commit/13f395d) [added] bsStyle prop support for Modal to set the header color +- [c822837](../../commit/c822837) [removed] non-standard onClick props for ListGroup and ListGroupItem +- [1556e63](../../commit/1556e63) [added] Example for collapsable Navbar in docs. +- [587a34f](../../commit/587a34f) [fixed] Include .npmignore so compile lib dir is published +- [1ef51cb](../../commit/1ef51cb) [added] Changelog generation from commit messages +- [13baeaa](../../commit/13baeaa) [added] Release task to push and tag docs and bower repos +- [0193046](../../commit/0193046) [changed] Move built components to lib directory + + v0.15.1 - Tue, 17 Feb 2015 14:30:54 GMT --------------------------------------- diff --git a/package.json b/package.json index 5d7b1628b8..eedd57363a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap", - "version": "0.15.1", + "version": "0.16.0", "description": "Bootstrap 3 components build with React", "repository": { "type": "git", @@ -63,4 +63,4 @@ "semver": "~2.0.7", "sinon": "^1.10.3" } -} +} \ No newline at end of file