Skip to content

Commit

Permalink
v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed Apr 21, 2016
1 parent 98e5de3 commit 7b549d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### v2.12.0

* Update Fast Render to v2.14.0

### v2.11.0

* Add support for Meteor 1.3 RC-1.
Expand Down
3 changes: 1 addition & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'kadira:flow-router',
summary: 'Carefully Designed Client Side Router for Meteor',
version: '2.11.0',
version: '2.12.0',
git: 'https://github.com/kadirahq/flow-router.git'
});

Expand Down Expand Up @@ -56,7 +56,6 @@ function configure(api) {

api.use('meteorhacks:fast-render@2.14.0', ['client', 'server'], {weak: true});

api.addFiles('client-modules.js', 'client');
api.addFiles('client/triggers.js', 'client');
api.addFiles('client/router.js', 'client');
api.addFiles('client/group.js', 'client');
Expand Down

0 comments on commit 7b549d5

Please sign in to comment.