From b10c26acbcf0934220c516db8a1156f980f76d87 Mon Sep 17 00:00:00 2001 From: Anthony Nahas Date: Thu, 2 Aug 2018 21:52:39 +0200 Subject: [PATCH] chore(release): bump version number to 1.0.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..53ec1cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ + +# 1.0.0 (2018-08-02) + + +### Bug Fixes + +* **package:** fixed the export name of linkpreview.interface.ts ([b19edc3](https://github.com/angular-material-extensions/link-preview/commit/b19edc3)) +* **package:** relative path of the service fixed ([2630880](https://github.com/angular-material-extensions/link-preview/commit/2630880)) +* **package:** relative path of the service fixed in the container component ([c8d7e8b](https://github.com/angular-material-extensions/link-preview/commit/c8d7e8b)) + + +### Features + +* **package:** added `mat-link-preview-container` component to render the link preview ([c965247](https://github.com/angular-material-extensions/link-preview/commit/c965247)) +* **package:** added `mat-link-preview` component ([8d6b57c](https://github.com/angular-material-extensions/link-preview/commit/8d6b57c)) +* **package:** added `matLinkPreview` directive to find and render links ([0014c5b](https://github.com/angular-material-extensions/link-preview/commit/0014c5b)) +* **package:** added the 'LinkPreview' interface ([ae8858c](https://github.com/angular-material-extensions/link-preview/commit/ae8858c)) +* **package:** improved the link preview service ([98a2c53](https://github.com/angular-material-extensions/link-preview/commit/98a2c53)) +* **package:** integration of `ngx-linkifyjs` as dependency to find links ([85e9bc0](https://github.com/angular-material-extensions/link-preview/commit/85e9bc0)) +* **package:** new - `MatLinkPreviewComponent` has optional linkPreview input ([3d808c6](https://github.com/angular-material-extensions/link-preview/commit/3d808c6)) +* **package:** optimized the UI ([f8d5bdf](https://github.com/angular-material-extensions/link-preview/commit/f8d5bdf)) + + + diff --git a/package.json b/package.json index 414ec80..1a1fc61 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": "0.0.1", + "version": "1.0.0", "homepage": "https://github.com/angular-material-extensions/link-preview", "author": { "name": "Anthony Nahas",