From 039386bec4be8fa96677c97b2962516c16f67ada Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 20 Oct 2022 21:50:16 -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 | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 3ec140b..53de374 100644 --- a/changelog.md +++ b/changelog.md @@ -32,6 +32,22 @@ I have released a video course to help you build 📖 Fix images and lingo [`2bd4370`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/2bd43706424e96d0a3ea3b7072876503ba711570)
+> 📖 Changelog [`c5d021b`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/c5d021bb8c4cf818b8b3383da461a66a593fe95c)

diff --git a/package-lock.json b/package-lock.json index 4f0c681..0692886 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shades-of-purple", - "version": "6.14.0", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shades-of-purple", - "version": "6.14.0", + "version": "7.0.0", "devDependencies": { "nodemon": "^2.0.20" }, diff --git a/package.json b/package.json index 267c93a..65f87cf 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": "6.14.0", + "version": "7.0.0", "publisher": "ahmadawais", "engines": { "vscode": "^1.15.0"