Skip to content

Commit

Permalink
chore(release): 1.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.14.0](v1.13.0...v1.14.0) (2020-08-03)

### Features

* **deviceInfo:** add isMobile flag ([bfd90b6](bfd90b6))
  • Loading branch information
qiwibot committed Aug 3, 2020
1 parent bfd90b6 commit 3283c47
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.14.0](https://github.com/qiwi/event-transmitter/compare/v1.13.0...v1.14.0) (2020-08-03)


### Features

* **deviceInfo:** add isMobile flag ([bfd90b6](https://github.com/qiwi/event-transmitter/commit/bfd90b6aa73f6fed31c1a8ea21425d9403c637bf))

# [1.13.0](https://github.com/qiwi/event-transmitter/compare/v1.12.1...v1.13.0) (2020-07-21)


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.13.0",
"version": "1.14.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 3283c47

Please sign in to comment.