diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb992251..d763c4054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.1.24](https://github.com/bullhorn/novo-elements/compare/v0.1.23...v0.1.24) (2016-07-28) + + +### Bug Fixes + +* **form:** Fix NPE when using a manual form field ([9ecbdfd](https://github.com/bullhorn/novo-elements/commit/9ecbdfd)) + + + ## [0.1.23](https://github.com/bullhorn/novo-elements/compare/v0.1.22...v0.1.23) (2016-07-28) diff --git a/package.json b/package.json index dcee37df4..923da6514 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "novo-elements", - "version": "0.1.23", + "version": "0.1.24", "description": "Bullhorn's NOVO Element Repository for Angular 2", "scripts": { "clean": "node_modules/.bin/del bundles coverage lib dist",