Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Mar 25, 2017
1 parent 7df7815 commit fac2b53
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.11.0] - 2017-03-25
### Added
- Write `VERSION` file when building
- Add `Launcher.rewind()`
Expand Down Expand Up @@ -213,7 +215,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Code for initial development release

[Unreleased]: https://github.com/HearthSim/Joust/compare/0.10.0...HEAD
[Unreleased]: https://github.com/HearthSim/Joust/compare/0.11.0...HEAD
[0.11.0]: https://github.com/HearthSim/Joust/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/HearthSim/Joust/compare/0.9.1...0.10.0
[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
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.10.0",
"version": "0.11.0",
"description": "Hearthstone replays in your browser",
"keywords": [
"hearthstone",
Expand Down

0 comments on commit fac2b53

Please sign in to comment.