From 65c0c480606105efea9b399c061342446639cdb4 Mon Sep 17 00:00:00 2001 From: Benedict Etzel Date: Tue, 5 Feb 2019 23:57:46 +0100 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a5919..2ab30e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [2.1.0] - 2019-02-05 ### Added - Export FormatType constants *Use `FormatType.FT_WILD` or `FormatType.FT_STANDARD` in place of magical constants when checking a decks format* @@ -50,7 +52,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Fix a decoding bug -[Unreleased]: https://github.com/HearthSim/npm-deckstrings/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/HearthSim/npm-deckstrings/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/HearthSim/npm-deckstrings/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/HearthSim/npm-deckstrings/compare/1.1.0...v2.0.0 [1.1.0]: https://github.com/HearthSim/npm-deckstrings/compare/1.0.1...1.1.0 [1.0.1]: https://github.com/HearthSim/npm-deckstrings/compare/1.0.0...1.0.1 diff --git a/package.json b/package.json index e11d92b..b43f764 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deckstrings", - "version": "2.0.0", + "version": "2.1.0", "description": "Decode and encode Hearthstone Deckstrings", "keywords": [ "hearthstone",