diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8f165..8515197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v1.0.1 - 2023-08-07 + +- Added icon + ## v1.0.0 - 2023-08-06 - Initial release diff --git a/images/icon.png b/images/icon.png new file mode 100644 index 0000000..0ecf2a9 Binary files /dev/null and b/images/icon.png differ diff --git a/package.json b/package.json index 0b25851..20d7ebe 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,9 @@ "name": "vscode-robots-dot-txt-support", "displayName": "Robots.txt Support for Visual Studio Code", "description": "An extension for Visual Studio Code that enables support for robots.txt files.", + "icon": "./images/icon.png", "license": "MIT", - "version": "1.0.0", + "version": "1.0.1", "publisher": "darian-benam", "keywords": [ "config",