Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-03-02)

### Features

* add createTransmitter ([59fcf21](59fcf21))
* add http pipe ([773f571](773f571))
* add pipeline executor draft ([2e8396c](2e8396c))
  • Loading branch information
qiwibot committed Mar 2, 2020
1 parent 096ae5c commit bc6ec3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 1.0.0 (2020-03-02)


### Features

* add createTransmitter ([59fcf21](https://github.com/qiwi/event-transmitter/commit/59fcf21e28ebd7426cb3e88eccf2a07774c0ea81))
* add http pipe ([773f571](https://github.com/qiwi/event-transmitter/commit/773f57130ec99fa16232320ad3a82737d5e25130))
* add pipeline executor draft ([2e8396c](https://github.com/qiwi/event-transmitter/commit/2e8396cc4a0fcbd23e51028407daa19cae7a5edf))
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": "0.0.0",
"version": "1.0.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 bc6ec3f

Please sign in to comment.