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 ffa7299 commit 493cfa8Copy full SHA for 493cfa8
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# v2.1.1 (2016-06-21)
2
+
3
4
+## Bug Fixes
5
6
+- **RouterSource:** fix for multiple listener issue from #51 (#56)
7
+ ([ffa72996](https://github.com/git+https://github.com/TylorS/cyclic-router.git/commits/ffa729963b56e8cea00501529455cfae8c3f9635))
8
9
package.json
@@ -1,6 +1,6 @@
{
"name": "cyclic-router",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "A router driver built for Cycle.js",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
0 commit comments