Skip to content

Commit

Permalink
chore(main): release 3.6.0 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 30, 2023
1 parent 5c3be7a commit 5d5ecdc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.6.0](https://github.com/catppuccin/vscode/compare/v3.5.0...v3.6.0) (2023-10-30)


### Features

* **ui:** use accent color for drop background ([237e92c](https://github.com/catppuccin/vscode/commit/237e92c1aa7a37b2e638302d7906246a8ababd4a))


### Bug Fixes

* **syntax:** improve C++ textmate tokens ([#207](https://github.com/catppuccin/vscode/issues/207)) ([3f62df8](https://github.com/catppuccin/vscode/commit/3f62df84a652024302d67df9fd79165a9d63c30a))
* **syntax:** Rust closure parameters & variables ([#204](https://github.com/catppuccin/vscode/issues/204)) ([358b963](https://github.com/catppuccin/vscode/commit/358b96392888286d4d65eefdeee532f3d709cae9))
* **ui:** improve contrast on file tree selection ([5234811](https://github.com/catppuccin/vscode/commit/5234811868e8827cdec0cad4a796e87255206811))

## [3.5.0](https://github.com/catppuccin/vscode/compare/v3.4.0...v3.5.0) (2023-10-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Catppuccin for VSCode",
"publisher": "Catppuccin",
"description": "🦌 Soothing pastel theme for VSCode",
"version": "3.5.0",
"version": "3.6.0",
"engines": {
"vscode": "^1.80.0",
"node": ">=18.0.0"
Expand Down

0 comments on commit 5d5ecdc

Please sign in to comment.