From b65d23aee7f15daf32a6598897486f9da734849b Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Mon, 13 Jul 2020 14:31:29 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/qiwi/event-transmitter/compare/v1.6.1...v1.7.0) (2020-07-13) ### Features * **flp:** add stacktrace processing ([#15](https://github.com/qiwi/event-transmitter/issues/15)) ([bd3a498](https://github.com/qiwi/event-transmitter/commit/bd3a498212a70b4085cd4995ca076936f720d37b)), closes [#9](https://github.com/qiwi/event-transmitter/issues/9) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec13d80..62dede8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/qiwi/event-transmitter/compare/v1.6.1...v1.7.0) (2020-07-13) + + +### Features + +* **flp:** add stacktrace processing ([#15](https://github.com/qiwi/event-transmitter/issues/15)) ([bd3a498](https://github.com/qiwi/event-transmitter/commit/bd3a498212a70b4085cd4995ca076936f720d37b)), closes [#9](https://github.com/qiwi/event-transmitter/issues/9) + ## [1.6.1](https://github.com/qiwi/event-transmitter/compare/v1.6.0...v1.6.1) (2020-07-07) diff --git a/package.json b/package.json index b6af310..b06baf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qiwi/event-transmitter", - "version": "1.6.1", + "version": "1.7.0", "description": "Async adapter to save & deliver reasonable events to some endpoint", "private": false, "main": "target/es5/index.js",