Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrzegorzKozub committed Jan 1, 2025
1 parent 3ee60ed commit d64129b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install dependencies
run: |
npm install
- name: Install vsce
run: |
npm install --global @vscode/vsce
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@

Based on [keep a changelog](http://keepachangelog.com/)

## 0.1.0 - 2025-01-01
## [0.2.0] - 2025-01-01

### Added

- TextMate theme conversion support (used by bat, silicon & yazi)

### Fixed

- Tweaks for toml & yaml
- Invalid list item color

## [0.1.0] - 2025-01-01

### Added

- Initial release

[0.2.0]: https://github.com/GrzegorzKozub/gruvbox-material-flat/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/GrzegorzKozub/gruvbox-material-flat/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Gruvbox Material Flat",
"description": "Gruvbox theme with Material palette and flat appearance",
"publisher": "GrzegorzKozub",
"version": "0.1.0",
"version": "0.2.0",
"galleryBanner": {
"color": "#32302f",
"theme": "dark"
Expand Down

0 comments on commit d64129b

Please sign in to comment.