diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3ae5b..b293b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://github.com/jdinhify/vscode-theme-gruvbox/compare/v1.10.0...v1.11.0) (2023-10-25) + + +### Features + +* add async keyword scope in Python ([#75](https://github.com/jdinhify/vscode-theme-gruvbox/issues/75)) ([022054d](https://github.com/jdinhify/vscode-theme-gruvbox/commit/022054d0b132949768b7bb295f4f29f672fe019d)) + # [1.10.0](https://github.com/jdinhify/vscode-theme-gruvbox/compare/v1.9.2...v1.10.0) (2023-10-25) diff --git a/package.json b/package.json index bf6a61a..65d8039 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gruvbox", "displayName": "Gruvbox Theme", "description": "Gruvbox Theme", - "version": "1.10.0", + "version": "1.11.0", "author": "jdinhify (https://github.com/jdinhify)", "contributors": [ "eximus (https://github.com/3ximus)",