diff --git a/CHANGELOG.md b/CHANGELOG.md index dc24e83..1bc1329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog +### v0.1.2 + +- Add icon + + +- Link to GitHub for Q&A + + +- Add Makefile + ### v0.1.1 - Fix command identifier diff --git a/images/icon-small.png b/images/icon-small.png new file mode 100644 index 0000000..2f72761 Binary files /dev/null and b/images/icon-small.png differ diff --git a/images/icon.png b/images/icon.png new file mode 100644 index 0000000..e5bc276 Binary files /dev/null and b/images/icon.png differ diff --git a/package-lock.json b/package-lock.json index a9c9367..13800b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dotfiles", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dotfiles", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.6", diff --git a/package.json b/package.json index 2ebe7c7..4e64cf3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "url": "https://github.com/grgar/vscode-dotfiles" }, "description": "Apply dotfiles from settings", - "version": "0.1.1", + "icon": "images/icon-small.png", + "version": "0.1.2", "license": "MIT", "preview": true, "engines": {