From 3818957c9bbbfb61923f5b8718dc569b2bbe9556 Mon Sep 17 00:00:00 2001 From: Nico Swiatecki Date: Thu, 21 Dec 2017 02:02:49 +0100 Subject: [PATCH] chore(release): bump version number to 2.2.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b450aae..4f15d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [2.2.1](https://github.com/snics/ng2-avatar/compare/v2.2.0...v2.2.1) (2017-12-21) + + +### Bug Fixes + +* **build:** not exported Md5 class ([be6f241](https://github.com/snics/ng2-avatar/commit/be6f241)) + + + # [2.2.0](https://github.com/snics/ng2-avatar/compare/v2.1.1...v2.2.0) (2017-12-20) diff --git a/package.json b/package.json index 34ae224..f726446 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ng2-avatar", "description": "Angular Avatar (ng2-avatar) is a simple and lightweight avatar component", - "version": "2.2.0", + "version": "2.2.1", "homepage": "https://github.com/snics/ng2-avatar", "author": { "name": "Nico Swiatecki",