diff --git a/changelog.md b/changelog.md index 0552bda..ed1f564 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/package.json b/package.json index adae3db..a597cf6 100644 --- a/package.json +++ b/package.json @@ -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. ",