Skip to content

Commit

Permalink
chore(release): 1.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.3](v1.1.2...v1.1.3) (2020-03-31)

### Bug Fixes

* send data if fails (to on state change) ([066e59c](066e59c))
  • Loading branch information
semantic-release-bot committed Mar 31, 2020
1 parent 066e59c commit 00c434b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.3](https://github.com/yarinvak/easy-state-machine/compare/v1.1.2...v1.1.3) (2020-03-31)


### Bug Fixes

* send data if fails (to on state change) ([066e59c](https://github.com/yarinvak/easy-state-machine/commit/066e59c4c398788d5921d4a366a949d25be5b793))

## [1.1.2](https://github.com/yarinvak/easy-state-machine/compare/v1.1.1...v1.1.2) (2020-03-23)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-sm",
"version": "1.1.2",
"version": "1.1.3",
"description": "An easy to use state machine",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 00c434b

Please sign in to comment.