diff --git a/CHANGELOG.md b/CHANGELOG.md index 7229072..d77463e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,5 +3,15 @@ All notable changes to the "code-stats-vscode" extension will be documented in t Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## [Unreleased] -- Initial release \ No newline at end of file +### 1.0.0 + +Initial release of code-stats-vscode + +### 1.0.1 + +Added the missing github information to package.json +Added the .vsix installation package as well. + +### 1.0.2 + +Added a logo for the extension. diff --git a/README.md b/README.md index 7abc02b..abd4799 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Initial release of code-stats-vscode Added the missing github information to package.json Added the .vsix installation package as well. +### 1.0.2 + +Added a logo for the extension. + ### For more information * [Github repository](https://github.com/riussi/code-stats-vscode) diff --git a/logo.png b/logo.png index 683ecc4..8539edf 100644 Binary files a/logo.png and b/logo.png differ diff --git a/package.json b/package.json index fd86aed..1d69852 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,9 @@ "name": "code-stats-vscode", "displayName": "Code::Stats", "description": "Code::Stats package for Visual Studio Code", - "version": "1.0.1", + "version": "1.0.2", "publisher": "juha-ristolainen", + "icon": "logo.png", "repository": { "type": "github", "url": "https://github.com/riussi/code-stats-vscode" diff --git a/releases/code-stats-vscode-1.0.1.vsix b/releases/code-stats-vscode-1.0.2.vsix similarity index 70% rename from releases/code-stats-vscode-1.0.1.vsix rename to releases/code-stats-vscode-1.0.2.vsix index 121236c..4ea97e7 100644 Binary files a/releases/code-stats-vscode-1.0.1.vsix and b/releases/code-stats-vscode-1.0.2.vsix differ