From 8314e7318a3a82d46fe11736641eff900bf5e2f8 Mon Sep 17 00:00:00 2001 From: Benedict Etzel Date: Tue, 22 Aug 2023 12:42:35 +0200 Subject: [PATCH] v1.3.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc01102..b5f42db 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.3.0] - 2023-08-22 ### Added - Added support for decks containing sideboard - Added support for Twist decks @@ -174,7 +176,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/hdt-twitch-extension/compare/v1.2.3...HEAD +[Unreleased]: https://github.com/HearthSim/hdt-twitch-extension/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/HearthSim/hdt-twitch-extension/compare/v1.2.3...v1.3.0 [1.2.3]: https://github.com/HearthSim/hdt-twitch-extension/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/HearthSim/hdt-twitch-extension/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/HearthSim/hdt-twitch-extension/compare/v1.2.0...v1.2.1 diff --git a/package.json b/package.json index 3b45895..6e55e7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hdt-twitch-extension", - "version": "1.2.3", + "version": "1.3.0", "description": "The official Twitch Extension for Hearthstone Deck Tracker.", "homepage": "https://github.com/HearthSim/hdt-twitch-extension", "bugs": {