Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.1...v1.7.0) (2020-07-13)

### Features

* **flp:** add stacktrace processing ([#15](#15)) ([bd3a498](bd3a498)), closes [#9](#9)
  • Loading branch information
qiwibot committed Jul 13, 2020
1 parent bd3a498 commit b65d23a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b65d23a

Please sign in to comment.