From 0799333de10800d952add2e375011e1ef73befd0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Feb 2021 16:07:16 +0000 Subject: [PATCH] chore(release): 1.5.0 # [1.5.0](https://github.com/a7madgamal/katibu/compare/v1.4.3-beta...v1.5.0-beta) (2021-02-16) ### Features * KTB-61: detect starting time show notification after ([#29](https://github.com/a7madgamal/katibu/issues/29)) ([fde8b8f](https://github.com/a7madgamal/katibu/commit/fde8b8feef405e7c1a08688f0cac1a234fada4b7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 322300f..2c30519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/a7madgamal/katibu/compare/v1.4.3-beta...v1.5.0-beta) (2021-02-16) + + +### Features + +* KTB-61: detect starting time show notification after ([#29](https://github.com/a7madgamal/katibu/issues/29)) ([fde8b8f](https://github.com/a7madgamal/katibu/commit/fde8b8feef405e7c1a08688f0cac1a234fada4b7)) + ## [1.4.3](https://github.com/a7madgamal/katibu/compare/v1.4.2-beta...v1.4.3-beta) (2020-07-28) diff --git a/package.json b/package.json index f76adf2..9b72001 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "katibu", "private": true, "productName": "katibu", - "version": "1.4.3", + "version": "1.5.0", "description": "THE helper tool you need for modern development", "repository": "https://github.com/a7madgamal/katibu", "main": ".webpack/main",