Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2020-03-18)

### Bug Fixes

* add required param ([32213a9](32213a9))
* add required param ([c08332c](c08332c))
  • Loading branch information
semantic-release-bot committed Mar 18, 2020
1 parent 32213a9 commit a28e970
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.1](https://github.com/yarinvak/easy-state-machine/compare/v1.1.0...v1.1.1) (2020-03-18)


### Bug Fixes

* add required param ([32213a9](https://github.com/yarinvak/easy-state-machine/commit/32213a960530adb1805bd98823eacb9d9960d644))
* add required param ([c08332c](https://github.com/yarinvak/easy-state-machine/commit/c08332c19c699b8285513fffa515898908c80e4b))

# [1.1.0](https://github.com/yarinvak/easy-state-machine/compare/v1.0.0...v1.1.0) (2020-03-18)


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.0",
"version": "1.1.1",
"description": "An easy to use state machine",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit a28e970

Please sign in to comment.