diff --git a/assets/atom-one-dark.webp b/assets/atom-one-dark.webp index 42872db..9abf315 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 39b8a6f..04eaf98 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 21caa35..bf08fba 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 ba80028..e67230e 100644 Binary files a/assets/nord.webp and b/assets/nord.webp differ diff --git a/changelog.md b/changelog.md index 89958b3..f1a9450 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,22 @@ # Changelog +## v1.2.0 + +[compare changes](https://github.com/azat-io/eyecons/compare/v1.1.0...v1.2.0) + +### 🚀 Features + +- Add netlify icon ([c726b05](https://github.com/azat-io/eyecons/commit/c726b05)) +- Add vscode icon ([bf6f9b2](https://github.com/azat-io/eyecons/commit/bf6f9b2)) +- Add xml icon ([b8696ef](https://github.com/azat-io/eyecons/commit/b8696ef)) +- Add vercel icon ([a7555fd](https://github.com/azat-io/eyecons/commit/a7555fd)) +- Add astro icon ([739d334](https://github.com/azat-io/eyecons/commit/739d334)) + +### ❤️ Contributors + +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v1.1.0 [compare changes](https://github.com/azat-io/eyecons/compare/v1.0.0...v1.1.0) diff --git a/package.json b/package.json index 73b8665..06bb32b 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": "1.1.0", + "version": "1.2.0", "main": "./dist/extension/index.js", "repository": "azat-io/eyecons", "author": "Azat S. ",