From 7937f8858465e8f806dfde0f57e941f425b33de8 Mon Sep 17 00:00:00 2001 From: Anthony Nahas Date: Mon, 6 Aug 2018 19:46:57 +0200 Subject: [PATCH] chore(release): bump version number to 1.0.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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",