Skip to content

Commit 493cfa8

Browse files
committed
chore(release): v2.1.1
1 parent ffa7299 commit 493cfa8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cyclic-router",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A router driver built for Cycle.js",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)