diff --git a/changelog.md b/changelog.md index 903c4c6..7c18458 100644 --- a/changelog.md +++ b/changelog.md @@ -2,14 +2,14 @@ All notable changes in this project's [released versions](../../releases) are documented in this file. -[![VSCode](https://img.shields.io/badge/-VSCode.pro%20%E2%86%92-gray.svg?colorB=4D2AFF)](https://VSCode.pro/?utm_source=GitHubFOSS) +[![Node.js CLI Automation](https://img.shields.io/badge/-NodeCLI.com%20%E2%86%92-gray.svg?colorB=3D873A)](https://NodeCLI.com/?utm_source=FOSS) [![Ahmad on Twitter](https://img.shields.io/twitter/follow/mrahmadawais.svg?style=social&label=Follow%20@MrAhmadAwais)](https://twitter.com/mrahmadawais/)
-I have released a video course to help you become a better developer — Become a VSCode Power User →

+I have released a video course to help you build Node.js CLIs for Automation

-
VSCode
→ +
NodeCLI.com

@@ -29,6 +29,23 @@ I have released a video course to help you become a better developer — +### RELEASE: [5.0.1](https://github.com/ahmadawais/corona-cli/compare/5.0.0...5.0.1) + +![👌 IMPROVE:](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54) + +> 👌 Funding [`0ef28a1`](https://github.com/ahmadawais/corona-cli/commit/0ef28a1ac9bfd8454f7a9f259419a846b14a062f)
+ +![🐛 FIX:](https://img.shields.io/badge/-FIX-gray.svg?colorB=ff6347) + +> 🐛 Format [`d114b3d`](https://github.com/ahmadawais/corona-cli/commit/d114b3dbcc58645073d50237e468a3a463235849)
+> 🐛 Format [`2fe0263`](https://github.com/ahmadawais/corona-cli/commit/2fe0263af9cc824df4de908a7e9e928980491497)
+ +
+ +[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/) + +
+ ### 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) @@ -47,6 +64,7 @@ I have released a video course to help you become a better developer —
📖 Changelog [`8b31f55`](https://github.com/ahmadawais/corona-cli/commit/8b31f5535b200e9ea2fb4a06d8007e7a911771ff)
> 📖 Bars [`b8cee57`](https://github.com/ahmadawais/corona-cli/commit/b8cee57c91ec9097513fe5cb29fddf90e57e06c6)

@@ -827,11 +845,13 @@ Me ([Ahmad Awais](https://twitter.com/mrahmadawais/)) and my incredible wife ([M
-Or you can back me by checking out my super fun video course. As developers, we spend over 200 Hrs/month with our code editors — it's only fair to learn your next editor deeply. This course will save you 15-20 hours every month.
Become a VSCode Power User

+Or you can back me by checking out my super fun video course. After building hundreds of developer automation tools used by millions of developers, I am sharing exactly how you can do it yourself with minimum effective effort. Learn to build Node.js & JavaScript based CLI (Command Line Interface) apps. Automate the grunt work, do more in less time, impress your manager, and help the community. +→ I'm sharing it all in this online video course. Node CLI Automation +without wasting a 1,000 hours

-
VSCODE
+
Node CLI

-[![VSCode](https://img.shields.io/badge/-VSCode.pro%20%E2%86%92-gray.svg?colorB=4D2AFF&style=flat)](https://VSCode.pro/?utm_source=GitHubFOSS) +[![Node CLI](https://img.shields.io/badge/-NodeCLI.com%20%E2%86%92-gray.svg?colorB=3D873A)](https://nodecli.com/?utm_source=FOSS) [![Ahmad on Twitter](https://img.shields.io/twitter/follow/mrahmadawais.svg?style=social&label=Follow%20@MrAhmadAwais)](https://twitter.com/mrahmadawais/) diff --git a/package.json b/package.json index 4546d4b..e9599e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "corona-cli", - "version": "5.0.0", + "version": "5.0.1", "description": "Track the Coronavirus disease (COVID-19).", "license": "MIT", "repository": "ahmadawais/corona-cli",