Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2020-03-05)

### Features

* expose flp pipeline from index ([c470196](c470196)), closes [#5](#5)
  • Loading branch information
qiwibot committed Mar 5, 2020
1 parent a421294 commit 43b97bc
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.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)


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.4.0",
"version": "1.5.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 43b97bc

Please sign in to comment.