We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bf2d7 commit fb268d5Copy full SHA for fb268d5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### v2.12.1
4
+
5
+* Add NPM modules back. Fixes: [#602](https://github.com/kadirahq/flow-router/issues/602)
6
7
### v2.12.0
8
9
* Update Fast Render to v2.14.0
package.js
@@ -1,7 +1,7 @@
Package.describe({
name: 'kadira:flow-router',
summary: 'Carefully Designed Client Side Router for Meteor',
- version: '2.12.0',
+ version: '2.12.1',
git: 'https://github.com/kadirahq/flow-router.git'
});
0 commit comments