From 447c068572aa4f52e91a5bac909aea5ba7348a44 Mon Sep 17 00:00:00 2001 From: Joshua Godi Date: Mon, 1 Aug 2016 14:07:03 -0500 Subject: [PATCH] 0.1.25 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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",