This commit is contained in:
Ken Chau 2020-10-19 21:06:39 +00:00
Родитель ca4b2171a8
Коммит ec33553fbb
4 изменённых файлов: 25 добавлений и 10 удалений

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

@ -1,6 +1,21 @@
{
"name": "p-profiler",
"entries": [
{
"date": "Mon, 19 Oct 2020 21:06:39 GMT",
"tag": "p-profiler_v0.2.0",
"version": "0.2.0",
"comments": {
"minor": [
{
"comment": "support custom output paths",
"author": "kchau@microsoft.com",
"commit": "af05e34f7d7014eb5796dfe960657fc49427485d",
"package": "p-profiler"
}
]
}
},
{
"date": "Mon, 25 May 2020 21:49:00 GMT",
"tag": "p-profiler_v0.1.2",

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

@ -1,9 +1,17 @@
# Change Log - p-profiler
This log was last generated on Mon, 25 May 2020 21:49:00 GMT and should not be manually modified.
This log was last generated on Mon, 19 Oct 2020 21:06:39 GMT and should not be manually modified.
<!-- Start content -->
## 0.2.0
Mon, 19 Oct 2020 21:06:39 GMT
### Minor changes
- support custom output paths (kchau@microsoft.com)
## 0.1.2
Mon, 25 May 2020 21:49:00 GMT

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

@ -1,8 +0,0 @@
{
"type": "minor",
"comment": "support custom output paths",
"packageName": "p-profiler",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-10-19T21:00:52.397Z"
}

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

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