From a8190483fdac1414c4eb1bf6f4f111aaea9b12ea Mon Sep 17 00:00:00 2001 From: Ed Opare-Aryee Date: Tue, 29 May 2018 16:10:14 +0100 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7bab88..46bfcee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [1.1.0](https://github.com/thisissoon/angular-post/compare/v1.0.0...v1.1.0) (2018-05-29) + + +### Features + +* **post:** adding support for angular 6 ([0a6bc19](https://github.com/thisissoon/angular-post/commit/0a6bc19)) + + + # [1.0.0](https://github.com/thisissoon/angular-post/compare/v1.0.0-rc.0...v1.0.0) (2018-01-30) diff --git a/package-lock.json b/package-lock.json index bbaadaf..e6143df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@thisissoon/angular-post", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 369793a..58d935a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thisissoon/angular-post", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "private": false, "description": "A simple lightweight library to use Po.st social sharing widgets in Angular apps",