Skip to content

Commit

Permalink
chore(all): prepare release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 9, 2015
1 parent 37185d4 commit 74b7c8f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.6.1",
"version": "0.7.0",
"description": "Utilities for path manipulation.",
"keywords": [
"aurelia",
Expand Down
4 changes: 2 additions & 2 deletions dist/system/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
System.register([], function (_export) {
'use strict';

var r20, rbracket, class2type;

_export('relativeToFile', relativeToFile);
Expand Down Expand Up @@ -129,8 +131,6 @@ System.register([], function (_export) {
return {
setters: [],
execute: function () {
'use strict';

r20 = /%20/g;
rbracket = /\[\]$/;
class2type = {};
Expand Down
3 changes: 3 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.7.0 (2015-06-08)


### 0.6.1 (2015-05-06)


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

0 comments on commit 74b7c8f

Please sign in to comment.