Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
vstirbu committed Mar 15, 2016
1 parent a23f345 commit d0e0fad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.12.0 / 2016-03-15

* FSM target is EventEmitter
* Reimplemented library using composable factories (aka [stampit](https://github.com/stampit-org/stampit))

# 0.11.0 / 2016-03-14

* Condition calback returns state name in conditional transitions

# 0.10.1 / 2016-02-24

* pass options.res corectly in conditional transitions
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": "fsm-as-promised",
"version": "0.10.1",
"version": "0.12.0",
"description": "A minimalistic finite state machine library using promises",
"author": {
"name": "Vlad Stirbu",
Expand Down

0 comments on commit d0e0fad

Please sign in to comment.