Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Feb 5, 2019
1 parent 810ebe5 commit 65c0c48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deckstrings",
"version": "2.0.0",
"version": "2.1.0",
"description": "Decode and encode Hearthstone Deckstrings",
"keywords": [
"hearthstone",
Expand Down

0 comments on commit 65c0c48

Please sign in to comment.