diff --git a/CHANGELOG.md b/CHANGELOG.md index c18f067..cbd4215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Updates to the the "Cold Snack" theme will be tracked and documented in this fil This project utilizes [Semantic Versioning](http://semver.org/). -## [1.3.0] Big Sky - FUTURE +## [1.3.0] Big Sky - 2017-06-29 ### Added - Added scrollbar shadow colorization @@ -14,6 +14,7 @@ This project utilizes [Semantic Versioning](http://semver.org/). - Updated background colors for merge conflict editor headers for incoming and current content to stand out from the body background colors - Updated sidebar background and list styles to provide slightly more contrast and better hover/selected states for files - Updated line number color +- Updated button hover background color ## [1.2.0] Mustang - 2017-06-26 diff --git a/package.json b/package.json index 21081a1..05e7cf4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cold-snack", "displayName": "Cold Snack", "description": "The crispest, most freshing theme for your editor.", - "version": "1.2.0", + "version": "1.3.0", "publisher": "evrowe", "engines": { "vscode": "^1.12.0"