Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed May 31, 2017
1 parent f1051e1 commit dd338fe
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]

## [0.2.0] - 2017-05-31
### Added
- Tests (using Mocha and Chai)

Expand All @@ -20,5 +22,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Fix a decoding bug

[Unreleased]: https://github.com/HearthSim/npm-deckstrings/compare/0.1.1...HEAD
[Unreleased]: https://github.com/HearthSim/npm-deckstrings/compare/0.2.0...HEAD
[0.2.0]: https://github.com/HearthSim/npm-hearthstonejson/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/HearthSim/npm-hearthstonejson/compare/0.1.0...0.1.1
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": "0.1.1",
"version": "0.2.0",
"description": "Decode and encode Hearthstone Deckstrings",
"keywords": [
"hearthstone",
Expand Down

0 comments on commit dd338fe

Please sign in to comment.