Skip to content

Commit

Permalink
build: publish v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Aug 12, 2024
1 parent 733ce0d commit 9f19a24
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog


## v0.1.1

[compare changes](https://github.com/azat-io/eyecons/compare/v0.1.0...v0.1.1)

### 🚀 Features

- Validate icons before building ([9492fb4](https://github.com/azat-io/eyecons/commit/9492fb4))
- Add eslint icon ([1b67764](https://github.com/azat-io/eyecons/commit/1b67764))
- Add python icon ([e5c7666](https://github.com/azat-io/eyecons/commit/e5c7666))
- Add c++ icon ([bfc2bdb](https://github.com/azat-io/eyecons/commit/bfc2bdb))
- Add c# icon ([d9640d8](https://github.com/azat-io/eyecons/commit/d9640d8))
- Add c icon ([4e51c77](https://github.com/azat-io/eyecons/commit/4e51c77))
- Add scala icon ([39ca1c3](https://github.com/azat-io/eyecons/commit/39ca1c3))
- Add prettier icon ([865f59d](https://github.com/azat-io/eyecons/commit/865f59d))
- Support catppuccin mocha theme ([0f56ee8](https://github.com/azat-io/eyecons/commit/0f56ee8))

### ❤️ Contributors

- Azat S. ([@azat-io](http://github.com/azat-io))

## v0.1.0

### 🔥️️ Initial Release
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eyecons",
"displayName": "Eyecons",
"description": "Advanced VS Code icon theme with adaptive icon colors that match the editor’s color theme",
"version": "0.1.0",
"version": "0.1.1",
"main": "./dist/extension/index.js",
"repository": "azat-io/eyecons",
"author": "Azat S. <[email protected]>",
Expand Down

0 comments on commit 9f19a24

Please sign in to comment.