This commit is contained in:
jagore@microsoft.com 2019-10-11 21:51:59 +00:00
Родитель e8f256cd9a
Коммит a7be782dc5
4 изменённых файлов: 22 добавлений и 10 удалений

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "Feature: Add metrics output from puppeteer.",
"packageName": "flamegrill",
"email": "jagore@microsoft.com",
"commit": "05a9242aa95907af8b468d3e15ae7857cda9a247",
"date": "2019-10-11T21:11:12.236Z"
}

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

@ -1,6 +1,20 @@
{ {
"name": "flamegrill", "name": "flamegrill",
"entries": [ "entries": [
{
"date": "Fri, 11 Oct 2019 21:51:59 GMT",
"tag": "flamegrill_v0.1.3",
"version": "0.1.3",
"comments": {
"patch": [
{
"comment": "Feature: Add metrics output from puppeteer.",
"author": "jagore@microsoft.com",
"commit": "05a9242aa95907af8b468d3e15ae7857cda9a247"
}
]
}
},
{ {
"date": "Fri, 11 Oct 2019 16:49:43 GMT", "date": "Fri, 11 Oct 2019 16:49:43 GMT",
"tag": "flamegrill_v0.1.2", "tag": "flamegrill_v0.1.2",

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

@ -1,7 +1,13 @@
# Change Log - flamegrill # Change Log - flamegrill
This log was last generated on Fri, 11 Oct 2019 16:49:43 GMT and should not be manually modified. This log was last generated on Fri, 11 Oct 2019 21:51:59 GMT and should not be manually modified.
## 0.1.3
Fri, 11 Oct 2019 21:51:59 GMT
### Patches
- Feature: Add metrics output from puppeteer. (jagore@microsoft.com)
## 0.1.2 ## 0.1.2
Fri, 11 Oct 2019 16:49:43 GMT Fri, 11 Oct 2019 16:49:43 GMT

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

@ -1,6 +1,6 @@
{ {
"name": "flamegrill", "name": "flamegrill",
"version": "0.1.2", "version": "0.1.3",
"main": "lib/flamegrill.js", "main": "lib/flamegrill.js",
"module": "lib/flamegrill.js", "module": "lib/flamegrill.js",
"license": "MIT", "license": "MIT",