Skip to content

Commit

Permalink
Release 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Nov 19, 2016
1 parent c226474 commit dd6de48
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.9.1] - 2016-11-19
### Fixed
- Fix intermediate game states getting lost
- Fix The Coin showing up as a mulligan card
Expand Down Expand Up @@ -168,7 +170,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Code for initial development release

[Unreleased]: https://github.com/HearthSim/joust/compare/0.9.0...HEAD
[Unreleased]: https://github.com/HearthSim/joust/compare/0.9.1...HEAD
[0.9.1]: https://github.com/HearthSim/joust/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/HearthSim/joust/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/HearthSim/joust/compare/0.7.0...0.8.0
[0.7.0]: https://github.com/HearthSim/joust/compare/0.6.0...0.7.0
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": "Joust",
"version": "0.9.0",
"version": "0.9.1",
"description": "Hearthstone replays in your browser",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit dd6de48

Please sign in to comment.