From d3c1252e1fc7594f2b4b5fbe2aed3416ba96586f Mon Sep 17 00:00:00 2001 From: Marco Franke Date: Wed, 14 Aug 2019 21:55:18 +0200 Subject: [PATCH] Release 1.0.20 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cded512..6ed99f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v1.0.18](https://github.com/Disane87/ngx-taskboard/compare/v1.0.18...v1.0.18) +#### [v1.0.20](https://github.com/Disane87/ngx-taskboard/compare/v1.0.18...v1.0.20) > 14 August 2019 +- Release 1.0.18 [`fa092a2`](https://github.com/Disane87/ngx-taskboard/commit/fa092a2db29b1e79302be613b99a1da4cfe5e35a) + +#### [v1.0.18](https://github.com/Disane87/ngx-taskboard/compare/v1.0.17...v1.0.18) + +> 14 August 2019 + +- Release 1.0.18 [`9c24376`](https://github.com/Disane87/ngx-taskboard/commit/9c24376d3a4687ce1127933f7f81912379b4d3e9) + #### [v1.0.17](https://github.com/Disane87/ngx-taskboard/compare/v1.0.14...v1.0.17) > 14 August 2019 diff --git a/package-lock.json b/package-lock.json index d04c6f8..7fe9618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@disane/ngx-taskboard", - "version": "1.0.18", + "version": "1.0.20", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 262f68a..997f93a 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "email": "mfranke87@icloud.com" } ], - "version": "1.0.18", + "version": "1.0.20", "peerDependencies": { "@angular/common": "^7.2.0", "@angular/core": "^7.2.0"