diff --git a/assets/atom-one-dark.webp b/assets/atom-one-dark.webp index c60c1f6..264f940 100644 Binary files a/assets/atom-one-dark.webp and b/assets/atom-one-dark.webp differ diff --git a/assets/gruvbox-dark.webp b/assets/gruvbox-dark.webp index da4185d..7b37ac1 100644 Binary files a/assets/gruvbox-dark.webp and b/assets/gruvbox-dark.webp differ diff --git a/assets/monokai-pro.webp b/assets/monokai-pro.webp index 2543e94..cdab8e3 100644 Binary files a/assets/monokai-pro.webp and b/assets/monokai-pro.webp differ diff --git a/assets/nord.webp b/assets/nord.webp index 92240eb..d838361 100644 Binary files a/assets/nord.webp and b/assets/nord.webp differ diff --git a/changelog.md b/changelog.md index ed1f564..ded3e92 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,27 @@ # Changelog +## v0.1.2 + +[compare changes](https://github.com/azat-io/eyecons/compare/v0.1.1...v0.1.2) + +### 🚀 Features + +- Rebuild icons on extension update ([9d60627](https://github.com/azat-io/eyecons/commit/9d60627)) +- Support tokyo night theme ([cac9a1a](https://github.com/azat-io/eyecons/commit/cac9a1a)) +- Add vue icon ([efbce13](https://github.com/azat-io/eyecons/commit/efbce13)) +- Add license icon ([bf07ffc](https://github.com/azat-io/eyecons/commit/bf07ffc)) +- Add readme icon ([1b1e432](https://github.com/azat-io/eyecons/commit/1b1e432)) +- Add yaml icon ([ed37bca](https://github.com/azat-io/eyecons/commit/ed37bca)) + +### 🐞 Bug Fixes + +- Fix appearance of json icon ([703b5da](https://github.com/azat-io/eyecons/commit/703b5da)) + +### ❤️ Contributors + +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v0.1.1 [compare changes](https://github.com/azat-io/eyecons/compare/v0.1.0...v0.1.1) diff --git a/package.json b/package.json index e58a148..20175c5 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.1", + "version": "0.1.2", "main": "./dist/extension/index.js", "repository": "azat-io/eyecons", "author": "Azat S. ",