From 06613bc0d9d51db21c6d2300a8562d43dc4c79f9 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Fri, 21 Oct 2022 09:53:46 -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 | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 994322b..e80d1dd 100644 --- a/changelog.md +++ b/changelog.md @@ -32,6 +32,18 @@ I have released a video course to help you build 👌 SOP Super dark [`a2d1fe9`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/a2d1fe9e718da01377d25b123c049a0b15b2ded2)
+![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4) + +> 📖 Changelog [`f43e216`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/f43e216ca5e74b3a8a338aa0a7205b3f881c3f89)
+
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/) diff --git a/package-lock.json b/package-lock.json index 3a042d8..8157d15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shades-of-purple", - "version": "7.1.0", + "version": "7.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shades-of-purple", - "version": "7.1.0", + "version": "7.1.1", "devDependencies": { "nodemon": "^2.0.20" }, diff --git a/package.json b/package.json index b5a2b64..6c20c73 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.1.0", + "version": "7.1.1", "publisher": "ahmadawais", "engines": { "vscode": "^1.15.0"