Skip to content

Commit 4e087be

Browse files
author
tunnckoCore
committed
chore(release): 2.1.2
1 parent 534f7a3 commit 4e087be

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="2.1.2"></a>
6+
## [2.1.2](https://github.com/tunnckocore/dush/compare/v2.1.1...v2.1.2) (2017-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **args:** support to emit any number of arguments ([84b7e9a](https://github.com/tunnckocore/dush/commit/84b7e9a))
12+
* **this:** update tests; listeners should not have "this" context ([534f7a3](https://github.com/tunnckocore/dush/commit/534f7a3))
13+
14+
15+
516
<a name="2.1.1"></a>
617
## [2.1.1](https://github.com/tunnckocore/dush/compare/v2.1.0...v2.1.1) (2017-03-13)
718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dush",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Microscopic & functional event emitter in ~260 bytes, extensible through plugins.",
55
"repository": "tunnckoCore/dush",
66
"author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)",

0 commit comments

Comments
 (0)