diff --git a/CHANGELOG.md b/CHANGELOG.md index 230eead..4e80504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.2.0 + +Add stylings for the new Breadcrumbs feature, released in [VS Code v1.26](https://code.visualstudio.com/updates/v1_26#_breadcrumbs) + ## 2.1.0 - JavaScript and TypeScript constant definitions are now styled cyan, instead of purple. This is modeled after the way we do things in Ruby. I'm considering making this the default for all languages. diff --git a/package.json b/package.json index a3383a3..f561cee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theme-dracula-at-night", - "version": "2.1.0", + "version": "2.2.0", "displayName": "Dracula At Night", "description": "Dracula At Night — A Dracula fork, with a darker flavor", "publisher": "bceskavich",