From 05f6238933dc7f29f83d56d20c3cd5d01682308c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 4 Aug 2021 18:26:34 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20publish=20v3.1.0=20?= =?UTF-8?q?=F0=9F=93=A6=F0=9F=9A=80=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.1.0](https://github.com/Ruppyio/dark-party/compare/v3.0.0...v3.1.0) (2021-08-04) ### ✨ Features * **theme-color:** add secondary button colors ([41900df](https://github.com/Ruppyio/dark-party/commit/41900df6d2af23f0aa69d7c76f2c98bb1f9c6d15)) * **token-colors:** improve JavaScript highlight ([fa6dfec](https://github.com/Ruppyio/dark-party/commit/fa6dfec3994f69fe2f8df9668eff263e8e4b23ca)) * **vscode:** support workspace trust ([c613c72](https://github.com/Ruppyio/dark-party/commit/c613c72feb4026fd9004386da0a10c2ec3e6afc9)) ### 🐛 Fixes * **theme-color:** improve contrast for "remote" button ([cd57a1e](https://github.com/Ruppyio/dark-party/commit/cd57a1e9a8d9f1fa19930fd9ccc7879377794bb3)) * **theme-color:** remove preset contrast border ([492f3d2](https://github.com/Ruppyio/dark-party/commit/492f3d23f2978d29cfbd851bfd3ff4864f200519)) ### 📚 Documentations * **readme:** add badges 🎖 ([098ef69](https://github.com/Ruppyio/dark-party/commit/098ef69363f3359a1065405a22a692d16e4caa67)) --- changelog.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..a9f091c --- /dev/null +++ b/changelog.md @@ -0,0 +1,16 @@ +## [3.1.0](https://github.com/Ruppyio/dark-party/compare/v3.0.0...v3.1.0) (2021-08-04) + +### ✨ Features + +- **theme-color:** add secondary button colors ([41900df](https://github.com/Ruppyio/dark-party/commit/41900df6d2af23f0aa69d7c76f2c98bb1f9c6d15)) +- **token-colors:** improve JavaScript highlight ([fa6dfec](https://github.com/Ruppyio/dark-party/commit/fa6dfec3994f69fe2f8df9668eff263e8e4b23ca)) +- **vscode:** support workspace trust ([c613c72](https://github.com/Ruppyio/dark-party/commit/c613c72feb4026fd9004386da0a10c2ec3e6afc9)) + +### 🐛 Fixes + +- **theme-color:** improve contrast for "remote" button ([cd57a1e](https://github.com/Ruppyio/dark-party/commit/cd57a1e9a8d9f1fa19930fd9ccc7879377794bb3)) +- **theme-color:** remove preset contrast border ([492f3d2](https://github.com/Ruppyio/dark-party/commit/492f3d23f2978d29cfbd851bfd3ff4864f200519)) + +### 📚 Documentations + +- **readme:** add badges 🎖 ([098ef69](https://github.com/Ruppyio/dark-party/commit/098ef69363f3359a1065405a22a692d16e4caa67)) diff --git a/package.json b/package.json index d13125c..4eb1503 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dark-party", "displayName": "Dark Party", "description": "✨ VSCode dark theme based on Dracula theme and One Dark Pro color token. For personal use, feel free to download if you want to use it too.", - "version": "3.0.0", + "version": "3.1.0", "publisher": "ryuukibeat", "license": "MIT", "repository": {