Skip to content

Commit

Permalink
chore(release): 1.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.16.0](v1.15.2...v1.16.0) (2021-11-22)

### Bug Fixes

* httpbatch nullable data.events, update deps ([#45](#45)) ([c21cf8c](c21cf8c))

### Features

* send userAgent instead of deviceInfo ([#48](#48)) ([26c27d0](26c27d0))
  • Loading branch information
qiwibot committed Nov 22, 2021
1 parent 26c27d0 commit 3e1f28e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.16.0](https://github.com/qiwi/event-transmitter/compare/v1.15.2...v1.16.0) (2021-11-22)


### Bug Fixes

* httpbatch nullable data.events, update deps ([#45](https://github.com/qiwi/event-transmitter/issues/45)) ([c21cf8c](https://github.com/qiwi/event-transmitter/commit/c21cf8ca81788f170f4ab53d2565c57fffe2fa14))


### Features

* send userAgent instead of deviceInfo ([#48](https://github.com/qiwi/event-transmitter/issues/48)) ([26c27d0](https://github.com/qiwi/event-transmitter/commit/26c27d04c40b3559b804e42cc72c8377328460f0))

## [1.15.2](https://github.com/qiwi/event-transmitter/compare/v1.15.1...v1.15.2) (2021-03-12)


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.15.2",
"version": "1.16.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 3e1f28e

Please sign in to comment.