Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.0...v2.4.0) (2019-01-21)

### Features

* **Machine:** implement simple state history search — `last` method ([c293f25](c293f25))
  • Loading branch information
qiwibot committed Jan 21, 2019
1 parent c293f25 commit 802fdba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.4.0](https://github.com/qiwi/cyclone/compare/v2.3.0...v2.4.0) (2019-01-21)


### Features

* **Machine:** implement simple state history search — `last` method ([c293f25](https://github.com/qiwi/cyclone/commit/c293f25))

# [2.3.0](https://github.com/qiwi/cyclone/compare/v2.2.0...v2.3.0) (2019-01-21)


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": "@qiwi/cyclone",
"version": "2.3.0",
"version": "2.4.0",
"description": "\"State machine\" for basic purposes",
"main": "lib/es5/index.js",
"types": "typings/index.d.ts",
Expand Down

0 comments on commit 802fdba

Please # to comment.