diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b70a79..2b56d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## 1.1.0 - Condition activation message now switched to the statur bar. Thanks @kwonoj! -### 1.2.0 +### 1.5.0 - [Adds ability to pass arguments to commands](https://github.com/GabiGrin/vscode-auto-run-command/pull/11) - [Prevents exception when file does not exists](https://github.com/GabiGrin/vscode-auto-run-command/pull/19) - Fixes typos in code and readme diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..3ad0ef2 Binary files /dev/null and b/icon.png differ diff --git a/icon.svg b/icon.svg deleted file mode 100644 index 3644989..0000000 --- a/icon.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/package.json b/package.json index aa6262d..e1ba218 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "auto-run-command", "displayName": "Auto Run Command", "description": "Run a vscode command on project init. Made to run wallaby.js automatically when a project is opened", - "version": "1.1.0", + "version": "1.5.0", "publisher": "gabrielgrinberg", "engines": { "vscode": "^1.5.0" }, - "icon": "icon.svg", + "icon": "icon.png", "categories": [ "Other" ],