diff --git a/CHANGELOG.md b/CHANGELOG.md index 55cc640..a6993da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.0.1] - 2020-06-12 ### Fixed - Fixed broken copy behaviour in Chrome by adding a fallback modal @@ -131,7 +133,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added a deck list with hover zones over each card - Added setup interface with connection guide and basic overlay configuration -[Unreleased]: https://github.com/HearthSim/twitch-hdt-frontend/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/HearthSim/twitch-hdt-frontend/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/HearthSim/twitch-hdt-frontend/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/HearthSim/twitch-hdt-frontend/compare/v0.4.1...v1.0.0 [0.4.1]: https://github.com/HearthSim/twitch-hdt-frontend/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/HearthSim/twitch-hdt-frontend/compare/v0.3.0...v0.4.0 diff --git a/package.json b/package.json index d25c438..7055568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twitch-hdt-frontend", - "version": "1.0.0", + "version": "1.0.1", "description": "The official Twitch Extension for Hearthstone Deck Tracker.", "homepage": "https://github.com/HearthSim/twitch-hdt-frontend", "bugs": {