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 08f9db4 commit 1cebbb5Copy full SHA for 1cebbb5
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# v3.0.1 (2016-09-28)
2
+
3
4
+## Bug Fixes
5
6
+- **typings:** update typings to use RouteDefinitionsMap and RouteMatcherReturn (#141)
7
+ ([08f9db47](https://github.com/git+https://github.com/TylorS/cyclic-router.git/commits/08f9db47c2c69afd90e4e366e428ad892e8fe258))
8
9
10
# v2.1.2 (2016-07-02)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "cyclic-router",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "A router driver built for Cycle.js",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
0 commit comments