From cbdd135cc957fbe623c82d48473e4bb4425df541 Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Mon, 20 Jul 2020 11:17:35 +0000 Subject: [PATCH] chore(release): 1.11.0 [skip ci] # [1.11.0](https://github.com/qiwi/event-transmitter/compare/v1.10.0...v1.11.0) (2020-07-20) ### Features * add fallback to flp-pipe ([#20](https://github.com/qiwi/event-transmitter/issues/20)) ([1bf8cb9](https://github.com/qiwi/event-transmitter/commit/1bf8cb95093a43f7c1739c97d6c77984c63da473)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f065f7..7f2d090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://github.com/qiwi/event-transmitter/compare/v1.10.0...v1.11.0) (2020-07-20) + + +### Features + +* add fallback to flp-pipe ([#20](https://github.com/qiwi/event-transmitter/issues/20)) ([1bf8cb9](https://github.com/qiwi/event-transmitter/commit/1bf8cb95093a43f7c1739c97d6c77984c63da473)) + # [1.10.0](https://github.com/qiwi/event-transmitter/compare/v1.9.0...v1.10.0) (2020-07-17) diff --git a/package.json b/package.json index b563b17..cf6f41c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/event-transmitter", - "version": "1.10.0", + "version": "1.11.0", "description": "Async adapter to save & deliver reasonable events to some endpoint", "private": false, "main": "target/es5/index.js",