From b4f9030347cd35231c0e71171fc3cec19d463fee Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Thu, 5 Mar 2020 10:41:56 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/qiwi/event-transmitter/compare/v1.3.0...v1.4.0) (2020-03-05) ### Bug Fixes * extend transmittable with the last pipe output ([a66f59f](https://github.com/qiwi/event-transmitter/commit/a66f59fc5239d2f278c184e86ae5b7315b6003b0)) ### Features * add flp pipeline ([450c347](https://github.com/qiwi/event-transmitter/commit/450c347421f4ab36da6a9e07ee0506bf36ed353b)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d7434..15b1b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.4.0](https://github.com/qiwi/event-transmitter/compare/v1.3.0...v1.4.0) (2020-03-05) + + +### Bug Fixes + +* extend transmittable with the last pipe output ([a66f59f](https://github.com/qiwi/event-transmitter/commit/a66f59fc5239d2f278c184e86ae5b7315b6003b0)) + + +### Features + +* add flp pipeline ([450c347](https://github.com/qiwi/event-transmitter/commit/450c347421f4ab36da6a9e07ee0506bf36ed353b)) + # [1.3.0](https://github.com/qiwi/event-transmitter/compare/v1.2.0...v1.3.0) (2020-03-04) diff --git a/package.json b/package.json index 5c91433..8d04169 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/event-transmitter", - "version": "1.3.0", + "version": "1.4.0", "description": "Async adapter to save & deliver reasonable events to some endpoint", "private": false, "main": "target/es5/index.js",