Skip to content

Commit

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

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


### Features

* **syntax:** adjust italic highlights ([1006d8f](https://github.com/catppuccin/vscode/commit/1006d8fe65a5d66020ce5373b1c8bfed2c64b084))
* **syntax:** initial support for gdscript ([1006d8f](https://github.com/catppuccin/vscode/commit/1006d8fe65a5d66020ce5373b1c8bfed2c64b084))
* **syntax:** new rust macros ([1006d8f](https://github.com/catppuccin/vscode/commit/1006d8fe65a5d66020ce5373b1c8bfed2c64b084))
* **syntax:** reintroduce bold keywords ([1006d8f](https://github.com/catppuccin/vscode/commit/1006d8fe65a5d66020ce5373b1c8bfed2c64b084))


### Bug Fixes

* **compiler:** bold toggle support ([1006d8f](https://github.com/catppuccin/vscode/commit/1006d8fe65a5d66020ce5373b1c8bfed2c64b084))
* **syntax:** JSDoc variables ([#200](https://github.com/catppuccin/vscode/issues/200)) ([1dfda6a](https://github.com/catppuccin/vscode/commit/1dfda6af3176ee31ab31e0dc013ba42ab3e4cf32)), closes [#199](https://github.com/catppuccin/vscode/issues/199)

## [3.4.0](https://github.com/catppuccin/vscode/compare/v3.3.0...v3.4.0) (2023-10-21)


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.4.0",
"version": "3.5.0",
"engines": {
"vscode": "^1.80.0",
"node": ">=18.0.0"
Expand Down

0 comments on commit e8dfc6d

Please sign in to comment.