Skip to content

Commit

Permalink
chore: v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
troch committed Mar 29, 2016
1 parent 7e2a664 commit 701aa53
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.4.1"></a>
## [1.4.1](https://github.com/troch/route-node/compare/v1.4.0...v1.4.1) (2016-03-29)


### Bug Fixes

* remove console.log ([7e2a664](https://github.com/troch/route-node/commit/7e2a664))



<a name="1.4.0"></a>
# [1.4.0](https://github.com/troch/route-node/compare/v1.3.4...v1.4.0) (2016-03-29)

Expand Down
3 changes: 0 additions & 3 deletions dist/amd/route-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,9 +536,6 @@ define('RouteNode', function () { 'use strict';
// Same last segment length, preserve definition order
return 0;
});
console.log(this.children.map(function (c) {
return c.path;
}));
} else {
// Locate parent node
var segments = this.getSegmentsByName(names.slice(0, -1).join('.'));
Expand Down
3 changes: 0 additions & 3 deletions dist/commonjs/route-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ var RouteNode = (function () {
// Same last segment length, preserve definition order
return 0;
});
console.log(this.children.map(function (c) {
return c.path;
}));
} else {
// Locate parent node
var segments = this.getSegmentsByName(names.slice(0, -1).join('.'));
Expand Down
3 changes: 0 additions & 3 deletions dist/umd/route-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,9 +540,6 @@
// Same last segment length, preserve definition order
return 0;
});
console.log(this.children.map(function (c) {
return c.path;
}));
} else {
// Locate parent node
var segments = this.getSegmentsByName(names.slice(0, -1).join('.'));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "route-node",
"version": "1.4.0",
"version": "1.4.1",
"description": "A package to create a tree of named routes",
"main": "dist/commonjs/route-node.js",
"jsnext:main": "modules/RouteNode.js",
Expand Down

0 comments on commit 701aa53

Please sign in to comment.