Skip to content

Commit 8c0afa8

Browse files
committed
Release 0.9.0
1 parent b161d05 commit 8c0afa8

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.9.0] - 2016-11-17
68
### Added
79
- Add several character states (#7, @azeier)
810
- Add up/down keybindings to skip to previous/next action (#177)
@@ -163,7 +165,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
163165
### Added
164166
- Code for initial development release
165167

166-
[Unreleased]: https://github.com/HearthSim/joust/compare/0.8.0...HEAD
168+
[Unreleased]: https://github.com/HearthSim/joust/compare/0.9.0...HEAD
169+
[0.9.0]: https://github.com/HearthSim/joust/compare/0.8.0...0.9.0
167170
[0.8.0]: https://github.com/HearthSim/joust/compare/0.7.0...0.8.0
168171
[0.7.0]: https://github.com/HearthSim/joust/compare/0.6.0...0.7.0
169172
[0.6.0]: https://github.com/HearthSim/joust/compare/0.5.0...0.6.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.8.0",
3+
"version": "0.9.0",
44
"description": "Hearthstone replays in your browser",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)