diff --git a/CHANGELOG.md b/CHANGELOG.md index b71eee8..c452dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] +## [0.0.11] - 2020-05-15 +### Added +- New Icon based on ComplianceAsCode/content icon with a fancy arrow. +- Display Name is now Content Navigator. + ## [0.0.10] - 2020-05-15 ### Added - Launch configuration template for ComplianceAsCode Test Suite. diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..eb89517 Binary files /dev/null and b/icon.png differ diff --git a/package.json b/package.json index cebce3a..401ea3c 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "content-navigator", "publisher": "ggbecker", - "displayName": "content-navigator", - "description": "Content-Navigator is a Visual Studio Code extension which helps to navigate and create content for https://github.com/ComplianceAsCode/content/", - "version": "0.0.10", + "displayName": "Content Navigator", + "description": "Content Navigator is a Visual Studio Code extension which helps to navigate and create content for https://github.com/ComplianceAsCode/content/", + "icon": "icon.png", + "version": "0.0.11", "license" : "BSD-3-Clause", "engines": { "vscode": "^1.34.0"