This commit is contained in:
parent
bd2b23af8f
commit
7241a14f02
2 changed files with 9 additions and 1 deletions
|
@ -2,6 +2,14 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [33.2.1](https://github.com/material-theme/vsc-material-theme/compare/v33.1.2...v33.2.1) (2021-03-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix: add basic markup highlight ([420341c](https://github.com/material-theme/vsc-material-theme/commit/420341c3837f830a1be1acfcd17a0fc28c13f06d)), closes [#514](https://github.com/material-theme/vsc-material-theme/issues/514)
|
||||
* update theme keys for upcoming vscode 1.54 ([4445f3d](https://github.com/material-theme/vsc-material-theme/commit/4445f3db12fb77060bdbeeb4ffca0e59f849200e))
|
||||
|
||||
### [33.1.2](https://github.com/material-theme/vsc-material-theme/compare/v33.1.1...v33.1.2) (2020-12-14)
|
||||
|
||||
### [33.1.1](https://github.com/material-theme/vsc-material-theme/compare/v33.1.0...v33.1.1) (2020-12-14)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "vsc-material-theme",
|
||||
"displayName": "Material Theme",
|
||||
"description": "The most epic theme now for Visual Studio Code",
|
||||
"version": "33.2.0",
|
||||
"version": "33.2.1",
|
||||
"publisher": "Equinusocio",
|
||||
"license": "Apache-2.0",
|
||||
"author": "Mattia Astorino [@equinusocio]",
|
||||
|
|
Loading…
Reference in a new issue