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 @@ html-tools@1.0.4
htmljs@1.0.4
id-map@1.0.3
iron:controller@1.0.12
iron:core@1.0.8
iron:core@1.0.11
iron:dynamic-template@1.0.12
iron:layout@1.0.12
iron:location@1.0.9
iron:middleware-stack@1.0.9
iron:router@1.0.12
iron:url@1.0.9
iron:location@1.0.11
iron:middleware-stack@1.1.0
iron:router@1.1.1
iron:url@1.0.11
jquery@1.11.3_2
json@1.0.3
local-test:iron:router@1.0.9
local-test:iron:router@1.1.1
logging@1.0.7
meteor@1.1.6
minifiers@1.1.5
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:middleware-stack@1.1.0');

// 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:location@1.0.11');
Expand Down

0 comments on commit e413b17

Please sign in to comment.