diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e51a57..04d71f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.17.0](https://github.com/jdinhify/vscode-theme-gruvbox/compare/v1.16.0...v1.17.0) (2023-10-30) + + +### Features + +* use blue for properties (except python) ([#91](https://github.com/jdinhify/vscode-theme-gruvbox/issues/91)) ([0f281ef](https://github.com/jdinhify/vscode-theme-gruvbox/commit/0f281efda8d3088d4ff0dc37beee895fdaa48325)) + # [1.16.0](https://github.com/jdinhify/vscode-theme-gruvbox/compare/v1.15.0...v1.16.0) (2023-10-27) diff --git a/package.json b/package.json index 3f14adc..a090ebf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gruvbox", "displayName": "Gruvbox Theme", "description": "Gruvbox Theme", - "version": "1.16.0", + "version": "1.17.0", "author": "jdinhify (https://github.com/jdinhify)", "contributors": [ "eximus (https://github.com/3ximus)",