From 43b97bcbb8035d24ee85e9907a935469ff8201fb Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Thu, 5 Mar 2020 13:10:25 +0000 Subject: [PATCH] chore(release): 1.5.0 [skip ci] # [1.5.0](https://github.com/qiwi/event-transmitter/compare/v1.4.0...v1.5.0) (2020-03-05) ### Features * expose flp pipeline from index ([c470196](https://github.com/qiwi/event-transmitter/commit/c470196ce677351a470b987b10dedd25abb9c967)), closes [#5](https://github.com/qiwi/event-transmitter/issues/5) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b1b8e..a64488b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.5.0](https://github.com/qiwi/event-transmitter/compare/v1.4.0...v1.5.0) (2020-03-05) + + +### Features + +* expose flp pipeline from index ([c470196](https://github.com/qiwi/event-transmitter/commit/c470196ce677351a470b987b10dedd25abb9c967)), closes [#5](https://github.com/qiwi/event-transmitter/issues/5) + # [1.4.0](https://github.com/qiwi/event-transmitter/compare/v1.3.0...v1.4.0) (2020-03-05) diff --git a/package.json b/package.json index 8d04169..86e1dca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/event-transmitter", - "version": "1.4.0", + "version": "1.5.0", "description": "Async adapter to save & deliver reasonable events to some endpoint", "private": false, "main": "target/es5/index.js",