From 0a0dbb18db1aa435c08536116668e1f9d2984517 Mon Sep 17 00:00:00 2001 From: Joshua Godi Date: Mon, 16 May 2016 20:36:16 -0500 Subject: [PATCH] v0.0.8 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5552761..525d95c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [0.0.8](https://github.com/bullhorn/novo-elements/compare/v0.0.7...v0.0.8) (2016-05-17) + + +### Features + +* **modal:** Adding a Modal, closes [#13](https://github.com/bullhorn/novo-elements/issues/13) ([a9f3331](https://github.com/bullhorn/novo-elements/commit/a9f3331)), closes [#13](https://github.com/bullhorn/novo-elements/issues/13) +* **picker:** Adding picker, closes [#14](https://github.com/bullhorn/novo-elements/issues/14) ([97a0842](https://github.com/bullhorn/novo-elements/commit/97a0842)), closes [#14](https://github.com/bullhorn/novo-elements/issues/14) + + + ## [0.0.7](https://github.com/bullhorn/novo-elements/compare/v0.0.6...v0.0.7) (2016-05-11) diff --git a/package.json b/package.json index 5fadb5505..e112fec8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "novo-elements", - "version": "0.0.7", + "version": "0.0.8", "description": "Bullhorn's NOVO Element Repository for Angular 2", "scripts": { "clean": "./node_modules/.bin/del bundles coverage lib dist",