From 5cda1d89613b4461662ca6dbbf393ede2a854a8d Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Tue, 24 Mar 2020 01:48:17 +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 | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0a0a329..3d260ce 100644 --- a/changelog.md +++ b/changelog.md @@ -29,12 +29,28 @@ I have released a video course to help you become a better developer — +### RELEASE: [3.1.1](https://github.com/ahmadawais/corona-cli/compare/3.1.0...3.1.1) + +![🐛 FIX:](https://img.shields.io/badge/-FIX-gray.svg?colorB=ff6347) + +> 🐛 Lingo [`9dd764a`](https://github.com/ahmadawais/corona-cli/commit/9dd764ad9a0df53016bc5274113bd70deada2ba4)
+ +
+ +[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/) + +
+ ### RELEASE: [3.1.0](https://github.com/ahmadawais/corona-cli/compare/3.0.0...3.1.0) ![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF) > 📦 Perf filter [`8eb48fd`](https://github.com/ahmadawais/corona-cli/commit/8eb48fd410411a0b4123ee915dde307a9d29f79e)
+![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4) + +> 📖 Changelog [`3de06d2`](https://github.com/ahmadawais/corona-cli/commit/3de06d29bc6bc56b7d32dae790a1b9296793aa72)
+
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/) diff --git a/package.json b/package.json index 3ec79ef..1a07bfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "corona-cli", - "version": "3.1.0", + "version": "3.1.1", "description": "Track the Coronavirus disease (COVID-19).", "license": "MIT", "repository": "ahmadawais/corona-cli",