From 8b31f5535b200e9ea2fb4a06d8007e7a911771ff Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 23 Apr 2020 12:24:22 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20DOC:=20Changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8a28670..903c4c6 100644 --- a/changelog.md +++ b/changelog.md @@ -29,12 +29,42 @@ I have released a video course to help you become a better developer — +### RELEASE: [5.0.0](https://github.com/ahmadawais/corona-cli/compare/4.3.0...5.0.0) + +![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF) + +> 📦 Sort Validation [`73432df`](https://github.com/ahmadawais/corona-cli/commit/73432df133e61b8b4bf93e811838421ba070bb33)
+> 📦 Sort validation [`252c299`](https://github.com/ahmadawais/corona-cli/commit/252c299ecc61f0a36b4a1f8237345b7ca0a2925a)
+ +![👌 IMPROVE:](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54) + +> 👌 Categories [`47ba82f`](https://github.com/ahmadawais/corona-cli/commit/47ba82ff6be511e1950d19b13e578382c8c40192)
+> 👌 Label Colors [`76d2d70`](https://github.com/ahmadawais/corona-cli/commit/76d2d703ccac79a0cf426ef7019bdda871e13ae1)
+> 👌 Formatting & Exmaples [`47aeaed`](https://github.com/ahmadawais/corona-cli/commit/47aeaedb80928b05988f7e9e4da9413b9f34b91b)
+> 👌 Single or Stacked bars [`757af7a`](https://github.com/ahmadawais/corona-cli/commit/757af7a388d4c4edd6a1f4d911f67df9f814f91e)
+> 👌 Format [`1a09647`](https://github.com/ahmadawais/corona-cli/commit/1a096470ed3fc33a768d1261af46f4c708439f66)
+> 👌 Sort Validation [`0a1c934`](https://github.com/ahmadawais/corona-cli/commit/0a1c934ba26c83c4aadcf61c54641647d9de5d74)
+ +![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4) + +> 📖 Bars [`b8cee57`](https://github.com/ahmadawais/corona-cli/commit/b8cee57c91ec9097513fe5cb29fddf90e57e06c6)
+ +
+ +[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/) + +
+ ### RELEASE: [4.3.0](https://github.com/ahmadawais/corona-cli/compare/4.2.0...4.3.0) ![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF) > 📦 Update notice [`a282339`](https://github.com/ahmadawais/corona-cli/commit/a282339169052cebc68882f1830867b7b71faed5)
+![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4) + +> 📖 Changelog [`6be89f5`](https://github.com/ahmadawais/corona-cli/commit/6be89f53c6565db9161d11d9fb1ce9e191fd96c4)
+
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/) diff --git a/package.json b/package.json index 2ca7826..4546d4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "corona-cli", - "version": "4.3.0", + "version": "5.0.0", "description": "Track the Coronavirus disease (COVID-19).", "license": "MIT", "repository": "ahmadawais/corona-cli",