We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b1c94 commit df87dfdCopy full SHA for df87dfd
CHANGELOG.md
@@ -29,6 +29,10 @@ Types of changes:
29
- in case of vulnerabilities.
30
-->
31
32
+## Robotlegs-EventEmitter3 2.0.0
33
+
34
+### [v2.0.0](https://github.com/RobotlegsJS/RobotlegsJS-EventEmitter3/releases/tag/2.0.0) - 2020-03-03
35
36
#### Breaking Change
37
38
- Update [`@robotlegsjs/core`](https://github.com/RobotlegsJS/RobotlegsJS) to version `^2.0.0` (see #50).
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@robotlegsjs/eventemitter3",
3
- "version": "1.0.2",
+ "version": "2.0.0",
4
"description": "RobotlegsJS integration with EventEmitter3",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
0 commit comments