diff --git a/CHANGELOG.md b/CHANGELOG.md index 393005b..418c4f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.0.2](https://github.com/angular-material-extensions/link-preview/compare/v1.0.1...v1.0.2) (2018-08-06) + + +### Bug Fixes + +* **package:** added catch for fetching link and fixed broken images and content [#16](https://github.com/angular-material-extensions/link-preview/issues/16) ([9f6293c](https://github.com/angular-material-extensions/link-preview/commit/9f6293c)) + + + ## [1.0.1](https://github.com/angular-material-extensions/link-preview/compare/v1.0.0...v1.0.1) (2018-08-02) diff --git a/package.json b/package.json index 5760d5d..fc73c2a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@angular-material-extensions/link-preview", "description": "Angular open source UI library to preview web links", - "version": "1.0.1", + "version": "1.0.2", "homepage": "https://github.com/angular-material-extensions/link-preview", "author": { "name": "Anthony Nahas",