This commit is contained in:
Ken Chau 2020-05-25 21:35:07 +00:00
Родитель 5e9cb6435b
Коммит d00cc087b8
5 изменённых файлов: 41 добавлений и 17 удалений

26
CHANGELOG.json Normal file
Просмотреть файл

@ -0,0 +1,26 @@
{
"name": "p-profiler",
"entries": [
{
"date": "Mon, 25 May 2020 21:35:07 GMT",
"tag": "p-profiler_v0.1.1",
"version": "0.1.1",
"comments": {
"patch": [
{
"comment": "adding a p-profiler that is independent of the underlying runner",
"author": "kchau@microsoft.com",
"commit": "5e9cb6435b64b564786d10583cac1cd64314b396",
"package": "p-profiler"
},
{
"comment": "adding a readme and fixng up the default export",
"author": "kchau@microsoft.com",
"commit": "5e9cb6435b64b564786d10583cac1cd64314b396",
"package": "p-profiler"
}
]
}
}
]
}

14
CHANGELOG.md Normal file
Просмотреть файл

@ -0,0 +1,14 @@
# Change Log - p-profiler
This log was last generated on Mon, 25 May 2020 21:35:07 GMT and should not be manually modified.
<!-- Start content -->
## 0.1.1
Mon, 25 May 2020 21:35:07 GMT
### Patches
- adding a p-profiler that is independent of the underlying runner (kchau@microsoft.com)
- adding a readme and fixng up the default export (kchau@microsoft.com)

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "adding a p-profiler that is independent of the underlying runner",
"packageName": "p-profiler",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-05-25T21:21:56.064Z"
}

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "adding a readme and fixng up the default export",
"packageName": "p-profiler",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-05-25T21:31:38.478Z"
}

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

@ -1,6 +1,6 @@
{
"name": "p-profiler",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",