This commit is contained in:
Ken Chau 2020-08-14 18:52:50 +00:00
Родитель 00ca6e99c4
Коммит c353f1eb03
4 изменённых файлов: 25 добавлений и 10 удалений

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "lage",
"entries": [
{
"date": "Fri, 14 Aug 2020 18:52:50 GMT",
"tag": "lage_v0.19.0",
"version": "0.19.0",
"comments": {
"minor": [
{
"comment": "Adds a way to specify individual package task dependency",
"author": "kchau@microsoft.com",
"commit": "00ca6e99c4506aafe708e5b9e8deb7bb75ad715e",
"package": "lage"
}
]
}
},
{
"date": "Thu, 13 Aug 2020 19:16:47 GMT",
"tag": "lage_v0.18.0",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - lage
This log was last generated on Thu, 13 Aug 2020 19:16:47 GMT and should not be manually modified.
This log was last generated on Fri, 14 Aug 2020 18:52:50 GMT and should not be manually modified.
<!-- Start content -->
## 0.19.0
Fri, 14 Aug 2020 18:52:50 GMT
### Minor changes
- Adds a way to specify individual package task dependency (kchau@microsoft.com)
## 0.18.0
Thu, 13 Aug 2020 19:16:47 GMT

Просмотреть файл

@ -1,8 +0,0 @@
{
"type": "minor",
"comment": "Adds a way to specify individual package task dependency",
"packageName": "lage",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-08-14T18:45:04.587Z"
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "lage",
"version": "0.18.0",
"version": "0.19.0",
"description": "A monorepo task runner",
"repository": {
"url": "https://github.com/microsoft/lage"