diff --git a/CHANGELOG.json b/CHANGELOG.json index 28cfd178..01fdf611 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "lage", "entries": [ + { + "date": "Fri, 10 Jul 2020 18:11:23 GMT", + "tag": "lage_v0.13.5", + "version": "0.13.5", + "comments": { + "patch": [ + { + "comment": "Move profiler output to the system tmp dir", + "author": "feescoto@microsoft.com", + "commit": "a410ee8956fc36cd24a47dae71cef84a496a9991", + "package": "lage" + } + ] + } + }, { "date": "Mon, 29 Jun 2020 21:04:38 GMT", "tag": "lage_v0.13.4", diff --git a/CHANGELOG.md b/CHANGELOG.md index 94522220..4107bdf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - lage -This log was last generated on Mon, 29 Jun 2020 21:04:38 GMT and should not be manually modified. +This log was last generated on Fri, 10 Jul 2020 18:11:23 GMT and should not be manually modified. +## 0.13.5 + +Fri, 10 Jul 2020 18:11:23 GMT + +### Patches + +- Move profiler output to the system tmp dir (feescoto@microsoft.com) + ## 0.13.4 Mon, 29 Jun 2020 21:04:38 GMT diff --git a/change/lage-2020-07-09-17-38-42-philip-scott-profile-to-tmp.json b/change/lage-2020-07-09-17-38-42-philip-scott-profile-to-tmp.json deleted file mode 100644 index 167e41f3..00000000 --- a/change/lage-2020-07-09-17-38-42-philip-scott-profile-to-tmp.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "Move profiler output to the system tmp dir", - "packageName": "lage", - "email": "feescoto@microsoft.com", - "dependentChangeType": "patch", - "date": "2020-07-10T00:38:42.424Z" -} diff --git a/package.json b/package.json index 7108427c..70b5247c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lage", - "version": "0.13.4", + "version": "0.13.5", "description": "A monorepo task runner", "repository": { "url": "https://github.com/microsoft/lage"