diff --git a/CHANGELOG.md b/CHANGELOG.md index d763c4054..118a89ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.1.25](https://github.com/bullhorn/novo-elements/compare/v0.1.24...v0.1.25) (2016-08-01) + + +### Features + +* **Tooltips:** Enhanced positioning ([#127](https://github.com/bullhorn/novo-elements/issues/127)) ([cd3b3dc](https://github.com/bullhorn/novo-elements/commit/cd3b3dc)) + + + ## [0.1.24](https://github.com/bullhorn/novo-elements/compare/v0.1.23...v0.1.24) (2016-07-28) diff --git a/package.json b/package.json index 923da6514..beece9c0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "novo-elements", - "version": "0.1.24", + "version": "0.1.25", "description": "Bullhorn's NOVO Element Repository for Angular 2", "scripts": { "clean": "node_modules/.bin/del bundles coverage lib dist",