Skip to content

Commit

Permalink
release 1.1.2 to fix #1254
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbutler committed Feb 12, 2017
1 parent 5c9fba3 commit e413b17
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ [email protected]
[email protected]
[email protected]
iron:[email protected]
iron:[email protected].8
iron:[email protected].11
iron:[email protected]
iron:[email protected]
iron:[email protected].9
iron:middleware-stack@1.0.9
iron:router@1.0.12
iron:[email protected].9
iron:[email protected].11
iron:middleware-stack@1.1.0
iron:router@1.1.1
iron:[email protected].11
[email protected]_2
[email protected]
local-test:iron:router@1.0.9
local-test:iron:router@1.1.1
[email protected]
[email protected]
[email protected]
Expand Down
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.1.2 / 2017-2-12
==================
* Bump Iron:Url version

v1.1.0 / 2017-1-14
==================
* Add 'noRoutesTemplate' config option
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'iron:router',
summary: 'Routing specifically designed for Meteor',
version: '1.1.1',
version: '1.1.2',
git: 'https://github.com/iron-meteor/iron-router'
});

Expand Down Expand Up @@ -35,7 +35,7 @@ Package.on_use(function (api) {
api.use('iron:[email protected]');

// client and server side url utilities and compiling
api.use('iron:url@1.0.11');
api.use('iron:url@1.1.0');

// for reactive urls and pushState in the browser
api.use('iron:[email protected]');
Expand Down

0 comments on commit e413b17

Please sign in to comment.