From 0b76455a522cf2c6a8898cbc5ec8fae405ff3099 Mon Sep 17 00:00:00 2001 From: Joshua Godi Date: Fri, 30 Jun 2017 10:13:42 -0500 Subject: [PATCH] 2.0.222 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8513d0c52..19c42dc67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [2.0.222](https://github.com/bullhorn/novo-elements/compare/v2.0.221...v2.0.222) (2017-06-30) + + +### Bug Fixes + +* **calendar:** fixing calendar events ([a64c2d0](https://github.com/bullhorn/novo-elements/commit/a64c2d0)) + + + ## [2.0.221](https://github.com/bullhorn/novo-elements/compare/v2.0.220...v2.0.221) (2017-06-30) diff --git a/package.json b/package.json index d2bbffe90..2b130fd56 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "novo-elements", - "version": "2.0.221", + "version": "2.0.222", "description": "Bullhorn's NOVO Element Repository for Angular 2", "scripts": { "precommit": "npm run lint",