Skip to content

Commit

Permalink
0.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Feb 25, 2014
1 parent 9900d95 commit 9d765d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.0.3 (2014-02-24)

* Added PatternEmitter.listenerCount
* Added benchmarks/eventEmitting.js

### 0.0.2 (2014-02-23)

* Simplified API, updated methods to use RegExp instances rather than
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": "pattern-emitter",
"version": "0.0.2",
"version": "0.0.3",
"description": "Event emitters with support for regular expressions",
"keywords": ["pattern", "event", "emitter", "regular", "expression",
"regex", "wild", "card"],
Expand Down

0 comments on commit 9d765d4

Please sign in to comment.