We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d9027 commit 8a81174Copy full SHA for 8a81174
CHANGELOG.md
@@ -1,7 +1,7 @@
1
## Next v4.0.0
2
- Only version changed for anyone using Angular 4.0.0
3
4
-## v2.0.4
+## v2.0.5
5
- Fixed the issue that created multiple pubsub services (#7).
6
7
## v2.0.1
package.json
@@ -1,6 +1,6 @@
{
"name": "angular2-pubsub",
- "version": "2.0.4",
+ "version": "2.0.5",
"description": "Pub/Sub service for Angular 2",
"main": "./umd/angular2-pubsub.js",
"module": "./esm/src/index.js",
0 commit comments