From 1faf93dfeb181ceb91f6cb7119bad4358c4704ea Mon Sep 17 00:00:00 2001 From: Anthony Nahas Date: Thu, 20 Dec 2018 16:31:32 +0200 Subject: [PATCH] chore(release): bump version number to 1.1.1 --- CHANGELOG.md | 13 +++++++++---- package.json | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9baae62..3401f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ - +## [1.1.1](https://github.com/angular-material-extensions/link-preview/compare/v1.1.0...v1.1.1) (2018-12-20) + + +### Bug Fixes + +* **package:** provided config InjectionToken `NgxLinkifyjsConfig!` [#50](https://github.com/angular-material-extensions/link-preview/issues/50) ([571eb06](https://github.com/angular-material-extensions/link-preview/commit/571eb06)) + + + # [1.1.0](https://github.com/angular-material-extensions/link-preview/compare/v1.0.2...v1.1.0) (2018-11-02) @@ -8,7 +16,6 @@ - ## [1.0.2](https://github.com/angular-material-extensions/link-preview/compare/v1.0.1...v1.0.2) (2018-08-06) @@ -18,7 +25,6 @@ - ## [1.0.1](https://github.com/angular-material-extensions/link-preview/compare/v1.0.0...v1.0.1) (2018-08-02) @@ -28,7 +34,6 @@ - # [1.0.0](https://github.com/angular-material-extensions/link-preview/compare/85e9bc0...v1.0.0) (2018-08-02) diff --git a/package.json b/package.json index 033e8f7..52f4396 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.1.0", + "version": "1.1.1", "homepage": "https://github.com/angular-material-extensions/link-preview", "author": { "name": "Anthony Nahas",