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",