Skip to content

Commit 844ae7a

Browse files
committed
Release 0.10.0
1 parent 9cc63a9 commit 844ae7a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
7+
## [0.10.0] - 2017-01-16
68
### Added
79
- Add `Launcher.addPlayerName(playerName: string)`
810
- Implement Kazakus Potion text formatting (@azeier)
@@ -187,7 +189,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
187189
### Added
188190
- Code for initial development release
189191

190-
[Unreleased]: https://github.com/HearthSim/Joust/compare/0.9.1...HEAD
192+
[Unreleased]: https://github.com/HearthSim/Joust/compare/0.10.0...HEAD
193+
[0.10.0]: https://github.com/HearthSim/Joust/compare/0.9.1...0.10.0
191194
[0.9.1]: https://github.com/HearthSim/Joust/compare/0.9.0...0.9.1
192195
[0.9.0]: https://github.com/HearthSim/Joust/compare/0.8.0...0.9.0
193196
[0.8.0]: https://github.com/HearthSim/Joust/compare/0.7.0...0.8.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "joust",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "Hearthstone replays in your browser",
55
"keywords": [
66
"hearthstone",

0 commit comments

Comments
 (0)