Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vstirbu committed Feb 13, 2018
1 parent eefecac commit e642b17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# unreleased

* added instanceId to fsm object
# 0.16.0 / 2018-02-13

* added instanceId method to fsm object
* handle only `Invalid event in current state` thrown by own instance

# 0.15.1 / 2017-10-20
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ The library adds the following utilities to the finite state machine object:
* `is(state)` checks if the _state_ is the current state,
* `isFinal(state)` checks if the _state_ is final state. If no state is provided the current state is checked.
* `hasState(state)` checks if the finite state machine has the _state_.
* `instanceId` returns the uuid of the instance

## Emitted Events

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.15.1",
"version": "0.16.0",
"description": "A minimalistic finite state machine library using promises",
"author": {
"name": "Vlad Stirbu",
Expand Down

0 comments on commit e642b17

Please sign in to comment.