From 568948fa2a8fb4818baccba8daf0f151d4465130 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 20 Oct 2022 22:16:55 -0700 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 | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 53de374..e5ed988 100644 --- a/changelog.md +++ b/changelog.md @@ -32,6 +32,14 @@ I have released a video course to help you build 👌 ESLint fix [`2443735`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/2443735ff914340313b1d31ebd7925232786d587)
+![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4) + +> 📖 Changelog [`039386b`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/039386bec4be8fa96677c97b2962516c16f67ada)
+
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/) diff --git a/package-lock.json b/package-lock.json index 0692886..15f92c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shades-of-purple", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shades-of-purple", - "version": "7.0.0", + "version": "7.0.1", "devDependencies": { "nodemon": "^2.0.20" }, diff --git a/package.json b/package.json index 65f87cf..76fa927 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "shades-of-purple", "displayName": "Shades of Purple", "description": "🦄 A professional theme suite with hand-picked & bold shades of purple for your VS Code editor and terminal apps. One of the excellent, most downloaded, and top-rated VSCode Themes on the marketplace. Part of VSCode.pro course.", - "version": "7.0.0", + "version": "7.0.1", "publisher": "ahmadawais", "engines": { "vscode": "^1.15.0"