From 19b0fbd8bf5a677c788b6613f4a1597ee24f78c0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 1 Sep 2019 18:39:54 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=93=A2=201.2.6=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.2.6](https://github.com/Disane87/ngx-taskboard/compare/v1.2.5...v1.2.6) (2019-09-01) ### Bug Fixes * **travis:** fixed ([b2a9a97](https://github.com/Disane87/ngx-taskboard/commit/b2a9a97)) * tarvis and shit ([eb27b2e](https://github.com/Disane87/ngx-taskboard/commit/eb27b2e)) --- CHANGELOG.md | 8 ++++++++ package.json | 13 ++++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c71a82b..5d8e240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.2.6](https://github.com/Disane87/ngx-taskboard/compare/v1.2.5...v1.2.6) (2019-09-01) + + +### Bug Fixes + +* **travis:** fixed ([b2a9a97](https://github.com/Disane87/ngx-taskboard/commit/b2a9a97)) +* tarvis and shit ([eb27b2e](https://github.com/Disane87/ngx-taskboard/commit/eb27b2e)) + ## [1.2.4](https://github.com/Disane87/ngx-taskboard/compare/v1.2.3...v1.2.4) (2019-09-01) diff --git a/package.json b/package.json index 38e631c..4b35082 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,8 @@ "email": "mfranke87@icloud.com", "url": "https://byte-style.de" }, - "badges": [{ + "badges": [ + { "url": "https://img.shields.io/github/license/Disane87/ngx-taskboard", "description": "License", "href": "https://github.com/Disane87/ngx-taskboard/blob/master/LICENSE" @@ -47,10 +48,12 @@ ], "description": "Yet another angular taskboard", "homepage": "https://ngx-taskboard.disane.de", - "maintainers": [{ - "name": "disane", - "email": "mfranke87@icloud.com" - }], + "maintainers": [ + { + "name": "disane", + "email": "mfranke87@icloud.com" + } + ], "dependencies": { "@angular/animations": "~7.2.0", "@angular/common": "~7.2.0",