Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Aug 21, 2016
1 parent d0aaac0 commit cf5f68a
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.6.0] - 2016-08-21
### Added
- Add loading screen messages
- Show Hero Power and Weapon details on mouse over
Expand Down Expand Up @@ -94,9 +96,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Code for initial development release

[Unreleased]: https://github.com/HearthSim/joust/compare/0.5.0...HEAD
[Unreleased]: https://github.com/HearthSim/joust/compare/0.6.0...HEAD
[0.2.0]: https://github.com/HearthSim/joust/compare/0.1.0...0.2.0
[0.3.0]: https://github.com/HearthSim/joust/compare/0.2.0...0.3.0
[0.3.1]: https://github.com/HearthSim/joust/compare/0.3.0...0.3.1
[0.4.0]: https://github.com/HearthSim/joust/compare/0.3.1...0.4.0
[0.5.0]: https://github.com/HearthSim/joust/compare/0.4.0...0.5.0
[0.6.0]: https://github.com/HearthSim/joust/compare/0.5.0...0.6.0
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.5.0",
"version": "0.6.0",
"description": "Hearthstone replays in your browser",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit cf5f68a

Please sign in to comment.