Skip to content

Commit ca47f94

Browse files
committed
Fixed a bug related to extending 'on' and 'off' methods through 'addListener' and 'removeListener'
1 parent ff72bb6 commit ca47f94

File tree

6 files changed

+520
-622
lines changed

6 files changed

+520
-622
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ node_js:
99
- "9"
1010
- "10"
1111
- "11"
12+
- "12"
1213

1314
script:
1415
- npm run codecov

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
---
1515

16+
## [v1.1.4](https://github.com/foxifyjs/events/releases/tag/v1.1.4) - _(2019-05-22)_
17+
18+
- :beetle: Fixed a bug related to extending `on` and `off` methods through `addListener` and `removeListener`.
19+
1620
## [v1.1.3](https://github.com/foxifyjs/events/releases/tag/v1.1.3) - _(2019-04-13)_
1721

1822
- :beetle: Fixed a bug related to extended (with `&` instead of `extends`) strict events.

0 commit comments

Comments
 (0)