chore: bump version to 0.2.0
This commit is contained in:
parent
c827d88763
commit
f02ba0c258
@ -6,6 +6,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
|
||||
|
||||
## Unreleased
|
||||
|
||||
## [0.2.0]
|
||||
|
||||
### Changed
|
||||
|
||||
- Change UI theme from VSCode default to Github Light Default
|
||||
@ -15,5 +17,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
|
||||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/laggardkernel/vscode-theme-onelight/compare/v0.1.0..master
|
||||
[Unreleased]: https://github.com/laggardkernel/vscode-theme-onelight/compare/v0.2.0..master
|
||||
[0.2.0]: https://github.com/laggardkernel/vscode-theme-onelight/compare/v0.1.0..v0.2.0
|
||||
[0.1.0]: https://github.com/laggardkernel/vscode-theme-onelight/releases/tag/v0.1.0
|
||||
|
@ -15,6 +15,7 @@ Althought this them defines light ansi colors for terminal, it's designed to be
|
||||
- [How to make your own VS Code theme!](https://www.youtube.com/watch?v=pGzssFNtWXw)
|
||||
- [VSCode Color Theme Guide](https://code.visualstudio.com/api/extension-guides/color-theme)
|
||||
- [VSCode Color Theme Reference](https://code.visualstudio.com/api/references/theme-color)
|
||||
- [VSCode Publish Extensions Guide](https://code.visualstudio.com/api/working-with-extensions/publishing-extension)
|
||||
- [One Light tmTheme](https://github.com/akamud/vscode-theme-onelight/blob/master/themes/OneLight.old.tmTheme)
|
||||
- [One Half Light tmTheme](https://tmtheme-editor.herokuapp.com/#!/editor/theme/One%20Half%20Light)
|
||||
- [GitHub's VS Code themes](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme)
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "vscode-theme-onelight",
|
||||
"displayName": "One Light Italic",
|
||||
"description": "One light theme with italic support for VSCode",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"publisher": "laggardkernel",
|
||||
"engines": {
|
||||
"vscode": "^1.12.0"
|
||||
|
Loading…
Reference in New Issue
Block a user