diff --git a/CHANGELOG.md b/CHANGELOG.md index a8bbcf4..8815b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ -# Change Log -All notable changes to the "codechampion-vscode" extension will be documented in this file. +### 0.0.3 -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +- change status Message timeout based on current song duration -## [Unreleased] -- Initial release \ No newline at end of file +### 0.0.2 + +- fix multiple hitting of the button results in multiple simultaneous songs! + +### 0.0.1 + +- Initial Release diff --git a/package-lock.json b/package-lock.json index 4db1623..ba09fcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "codechampion-vscode", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a7fd6b1..2d58e34 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "codechampion-vscode", "displayName": "Code Champion", "description": "Plays epic sound clips when you write epic code on Visual Studio Code", - "version": "0.0.2", + "version": "0.0.3", "publisher": "CodeChampion", "repository": { "type": "git", diff --git a/vsix/codechampion-vscode-0.0.2.vsix b/vsix/codechampion-vscode-0.0.3.vsix similarity index 88% rename from vsix/codechampion-vscode-0.0.2.vsix rename to vsix/codechampion-vscode-0.0.3.vsix index 107fbd6..2bfceca 100644 Binary files a/vsix/codechampion-vscode-0.0.2.vsix and b/vsix/codechampion-vscode-0.0.3.vsix differ