Skip to content

Commit

Permalink
chore(all): prepare release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Apr 30, 2015
1 parent 4662045 commit 6a6018e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-path",
"version": "0.5.0",
"version": "0.6.0",
"description": "Utilities for path manipulation.",
"keywords": [
"aurelia",
Expand Down
6 changes: 2 additions & 4 deletions dist/amd/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
define(['exports'], function (exports) {
'use strict';

Object.defineProperty(exports, '__esModule', {
value: true
});
exports.__esModule = true;
exports.relativeToFile = relativeToFile;
exports.join = join;
exports.buildQueryString = buildQueryString;
Expand Down Expand Up @@ -134,4 +132,4 @@ define(['exports'], function (exports) {
add(prefix, obj);
}
}
});
});
6 changes: 2 additions & 4 deletions dist/commonjs/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
'use strict';

Object.defineProperty(exports, '__esModule', {
value: true
});
exports.__esModule = true;
exports.relativeToFile = relativeToFile;
exports.join = join;
exports.buildQueryString = buildQueryString;
Expand Down Expand Up @@ -132,4 +130,4 @@ function _buildQueryString(prefix, obj, traditional, add) {
} else {
add(prefix, obj);
}
}
}
10 changes: 10 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.6.0 (2015-04-30)


#### Bug Fixes

* **join:**
* add compiled js ([46620452](http://github.com/aurelia/path/commit/4662045269ee3e764efb2afc7e48b7ac68ca68e3))
* keep trailing slash ([3e7ed200](http://github.com/aurelia/path/commit/3e7ed2005bf90d007e1742f9ff78965a99547623))


## 0.5.0 (2015-04-09)


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": "aurelia-path",
"version": "0.5.0",
"version": "0.6.0",
"description": "Utilities for path manipulation.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 6a6018e

Please sign in to comment.