Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Aug 7, 2016
1 parent d8494dc commit 8fb9cc2
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.4.0] - 2016-08-07
## Added
- Display keybindings in scrubber tooltips
- `Launcher.cardArt()` and `.assets()` can now accept a callback
Expand Down Expand Up @@ -53,7 +55,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Code for initial development release

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

0 comments on commit 8fb9cc2

Please sign in to comment.