File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## [ Unreleased]
6
+
7
+ ## [ 0.9.0] - 2016-11-17
6
8
### Added
7
9
- Add several character states (#7 , @azeier )
8
10
- Add up/down keybindings to skip to previous/next action (#177 )
@@ -163,7 +165,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
163
165
### Added
164
166
- Code for initial development release
165
167
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
167
170
[ 0.8.0 ] : https://github.com/HearthSim/joust/compare/0.7.0...0.8.0
168
171
[ 0.7.0 ] : https://github.com/HearthSim/joust/compare/0.6.0...0.7.0
169
172
[ 0.6.0 ] : https://github.com/HearthSim/joust/compare/0.5.0...0.6.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Joust" ,
3
- "version" : " 0.8 .0" ,
3
+ "version" : " 0.9 .0" ,
4
4
"description" : " Hearthstone replays in your browser" ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments