Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# machina v4.0.2
# machina v4.0.3

## What is it?
Machina.js is a JavaScript framework for highly customizable finite state machines (FSMs). Many of the ideas for machina have been *loosely* inspired by the Erlang/OTP FSM behaviors.
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v4.0.3
* Updated lodash to ^4.17.15

### v4.0.2
* Updated lodash to ^4.17.5

Expand Down
2 changes: 1 addition & 1 deletion lib/machina.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/machina.min.js.map

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "machina",
"description": "A library for creating powerful and flexible finite state machines. Loosely inspired by Erlang/OTP's gen_fsm behavior.",
"version": "4.0.2",
"version": "4.0.3",
"homepage": "http://machina-js.org/",
"repository": {
"type": "git",
Expand Down Expand Up @@ -67,6 +67,10 @@
{
"name": "Joel Purra",
"url": "http://joelpurra.com/"
},
{
"name": "Parker Johansen",
"url": "https://github.com/auroq"
}
],
"keywords": [
Expand Down Expand Up @@ -100,7 +104,7 @@
"node": ">=0.4.0"
},
"dependencies": {
"lodash": "^4.17.5"
"lodash": "^4.17.15"
},
"devDependencies": {
"bower": "1.x",
Expand Down