From 802fdba1a04f4efea421122bfa8a3c552c27c7d4 Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Mon, 21 Jan 2019 19:33:42 +0000 Subject: [PATCH] chore(release): 2.4.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49559c0..dd40fee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d245112..4b5e51b 100644 --- a/package.json +++ b/package.json @@ -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",