diff --git a/changelog.md b/changelog.md index b98804b..74fc9a9 100644 --- a/changelog.md +++ b/changelog.md @@ -29,12 +29,28 @@ I have released a video course to help you become a better developer — -### RELEASE: [v6.8.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/6.7.0...v6.8.0) +### RELEASE: [v6.9.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/6.8.0...v6.9.0) + +![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF) + +> 📦 Badge [`e084795`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/e08479588ec09a170e54553e4e2e09a04018ac11)
+ +
+ +[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/) + +
+ +### RELEASE: [6.8.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/6.7.0...6.8.0) ![👌 IMPROVE:](https://img.shields.io/badge/-IMPROVEMENT-gray.svg?colorB=39AA54) > 👌 Remove Extraneous Dev [`e82d708`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/e82d7085b4088f6400838683fe3817811f5bf98b)
+![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4) + +> 📖 Changelog [`b4537ad`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/b4537ad3e053a04bfb5aa266557ff9313d323b19)
+
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/) diff --git a/package-lock.json b/package-lock.json index fbd0a23..3b24e1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "shades-of-purple", - "version": "6.8.0", + "version": "6.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a02c5ff..1658120 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.8.0", + "version": "6.9.0", "publisher": "ahmadawais", "engines": { "vscode": "^1.15.0"