Skip to content

Commit

Permalink
chore(release): 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.15.0](v1.14.2...v1.15.0) (2021-03-04)

### Features

* handle armv7l ua ([69580c6](69580c6))

### Performance Improvements

* **package:** migrate to is-moobile ([2e3b3a2](2e3b3a2))
  • Loading branch information
qiwibot committed Mar 4, 2021
1 parent 63d3c68 commit 82fb135
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.15.0](https://github.com/qiwi/event-transmitter/compare/v1.14.2...v1.15.0) (2021-03-04)


### Features

* handle armv7l ua ([69580c6](https://github.com/qiwi/event-transmitter/commit/69580c6b160536c4bc9b7e9a61a5dd80cfa84faf))


### Performance Improvements

* **package:** migrate to is-moobile ([2e3b3a2](https://github.com/qiwi/event-transmitter/commit/2e3b3a2758ed5ccaecf93b6e820277b82fc4d19c))

## [1.14.2](https://github.com/qiwi/event-transmitter/compare/v1.14.1...v1.14.2) (2021-02-25)


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.14.2",
"version": "1.15.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 82fb135

Please sign in to comment.