From 9d4131c4b241824ee2b3edb2d0506f21a142b92f Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Wed, 21 Nov 2018 14:43:59 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20Release=204.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f85497..7e576bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,36 @@ _VSCode Power User Course
+### RELEASE: [v4.1.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/v4.0.0...v4.1.0) + +![NEW](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF) + +> 📦 Better React.js Example [`350f857`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/350f857df63ca4f6c0fa1cbd5436e5ce0b3524ae)
+> 📦 Spellings [`aac8b71`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/aac8b71298e37f86619e4a6966526be38bbd062a)
+> 📦 Wrap element CSS [`b31b29b`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/b31b29bd76636d6eaa8c7aa6d762dc1e0fc8fc5f)
+> 📦 Msg CSS [`79c1545`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/79c1545eb6a3aa2f012d9fc1b69f71b5d7ebffd7)
+> 📦 Render it [`27025db`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/27025dbf960039cf8be8fc6ccbcb264aa9a1e15c)
+> 📦 Render it baby. [`3c30801`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/3c30801fb4acdaf3e71f36be567936e1955a8071)
+> 📦 styled-components ftw [`23e7341`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/23e7341260f1a5426906f4cef95ec1f23b6936ae)
+ +![IMPROVEMENT](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54) + +> 👌 Formatting [`9c9477c`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/9c9477c7806df295ae3c2a8a097ddf188b63bf14)
+ +
+ +![hr](https://raw.githubusercontent.com/ahmadawais/shades-of-purple-vscode/master/images/hr.png) + +
+ +### RELEASE: [v4.0.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/3.21.0...v4.0.0) + +
+ +![hr](https://raw.githubusercontent.com/ahmadawais/shades-of-purple-vscode/master/images/hr.png) + +
+ ### RELEASE: [3.21.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/3.20.0...3.21.0) ![NEW](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF) diff --git a/package.json b/package.json index fb54b45..b048ced 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "shades-of-purple", "displayName": "Shades of Purple", "description": "⚡ A professional theme with hand-picked & bold shades of purple 🦄 to go along with your VS Code. Reviewed by several designers and 65+ versions released to keep it updated. One of the best VSCode themes on VS Code Marketplace. Part of VSCode.pro course.", - "version": "4.0.0", + "version": "4.1.0", "publisher": "ahmadawais", "engines": { "vscode": "^1.15.0"