From 82fb1357b536e48416f19f313f35628ac4d2f6fd Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Thu, 4 Mar 2021 17:24:30 +0000 Subject: [PATCH] chore(release): 1.15.0 [skip ci] # [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)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 809d092..154c0c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 646757b..4b8362c 100644 --- a/package.json +++ b/package.json @@ -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",