diff --git a/assets/atom-one-dark.webp b/assets/atom-one-dark.webp index 6ede851..ea1c6b8 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 aeb0240..ffc6495 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 ad823e4..935e6b8 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 a55a455..ade9afc 100644 Binary files a/assets/nord.webp and b/assets/nord.webp differ diff --git a/changelog.md b/changelog.md index 2a6418a..9a30684 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,23 @@ # Changelog +## v1.4.0 + +[compare changes](https://github.com/azat-io/eyecons/compare/v1.3.0...v1.4.0) + +### 🚀 Features + +- Add f# icon ([56e2f6a](https://github.com/azat-io/eyecons/commit/56e2f6a)) +- Downgrade required vscode version ([f049f80](https://github.com/azat-io/eyecons/commit/f049f80)) + +### 🐞 Bug Fixes + +- Fix npmrc file icon ([98df18c](https://github.com/azat-io/eyecons/commit/98df18c)) + +### ❤️ Contributors + +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v1.3.0 [compare changes](https://github.com/azat-io/eyecons/compare/v1.2.0...v1.3.0) diff --git a/package.json b/package.json index e9abf8d..f78053a 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.3.0", + "version": "1.4.0", "main": "./dist/extension/index.js", "repository": "azat-io/eyecons", "author": "Azat S. ",