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": {