diff --git a/CHANGELOG.json b/CHANGELOG.json index bb8f2ede..9a188111 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "lage", "entries": [ + { + "date": "Sun, 24 May 2020 23:10:13 GMT", + "tag": "lage_v0.6.2", + "version": "0.6.2", + "comments": { + "patch": [ + { + "comment": "make sure no outputglob match do not crash", + "author": "kchau@microsoft.com", + "commit": "567ad6bb6c5ba9a32b7f08a47c3ca90ab0d84b9c", + "package": "lage" + } + ] + } + }, { "date": "Sun, 24 May 2020 22:01:39 GMT", "tag": "lage_v0.6.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eff6a9d..9aa1fe08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - lage -This log was last generated on Sun, 24 May 2020 22:01:39 GMT and should not be manually modified. +This log was last generated on Sun, 24 May 2020 23:10:13 GMT and should not be manually modified. +## 0.6.2 + +Sun, 24 May 2020 23:10:13 GMT + +### Patches + +- make sure no outputglob match do not crash (kchau@microsoft.com) + ## 0.6.1 Sun, 24 May 2020 22:01:39 GMT diff --git a/change/lage-2020-05-24-16-06-49-noerror.json b/change/lage-2020-05-24-16-06-49-noerror.json deleted file mode 100644 index 5448fc4a..00000000 --- a/change/lage-2020-05-24-16-06-49-noerror.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "make sure no outputglob match do not crash", - "packageName": "lage", - "email": "kchau@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-05-24T23:06:49.512Z" -} diff --git a/package.json b/package.json index 21be514b..c9371a5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lage", - "version": "0.6.1", + "version": "0.6.2", "description": "A monorepo task runner", "repository": { "url": "https://github.com/microsoft/lage"