diff --git a/CHANGELOG.md b/CHANGELOG.md index 3304eaf3c..9c29de3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.1.21](https://github.com/bullhorn/novo-elements/compare/v0.1.20...v0.1.21) (2016-07-27) + + +### Bug Fixes + +* **table:** Fixing overflow ([62b5eba](https://github.com/bullhorn/novo-elements/commit/62b5eba)) + + + ## [0.1.20](https://github.com/bullhorn/novo-elements/compare/v0.1.19...v0.1.20) (2016-07-27) diff --git a/package.json b/package.json index 790bd33f8..746b9c33f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "novo-elements", - "version": "0.1.20", + "version": "0.1.21", "description": "Bullhorn's NOVO Element Repository for Angular 2", "scripts": { "clean": "node_modules/.bin/del bundles coverage lib dist",