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

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

@ -1,6 +1,21 @@
{ {
"name": "p-profiler", "name": "p-profiler",
"entries": [ "entries": [
{
"date": "Mon, 19 Oct 2020 21:15:46 GMT",
"tag": "p-profiler_v0.2.1",
"version": "0.2.1",
"comments": {
"patch": [
{
"comment": "make sure typing allows either prefix / customOutputPath",
"author": "kchau@microsoft.com",
"commit": "b97abc0c1b2accd7d43df297d7585bc76d4eb4b9",
"package": "p-profiler"
}
]
}
},
{ {
"date": "Mon, 19 Oct 2020 21:06:39 GMT", "date": "Mon, 19 Oct 2020 21:06:39 GMT",
"tag": "p-profiler_v0.2.0", "tag": "p-profiler_v0.2.0",

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

@ -1,9 +1,17 @@
# Change Log - p-profiler # Change Log - p-profiler
This log was last generated on Mon, 19 Oct 2020 21:06:39 GMT and should not be manually modified. This log was last generated on Mon, 19 Oct 2020 21:15:46 GMT and should not be manually modified.
<!-- Start content --> <!-- Start content -->
## 0.2.1
Mon, 19 Oct 2020 21:15:46 GMT
### Patches
- make sure typing allows either prefix / customOutputPath (kchau@microsoft.com)
## 0.2.0 ## 0.2.0
Mon, 19 Oct 2020 21:06:39 GMT Mon, 19 Oct 2020 21:06:39 GMT

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "make sure typing allows either prefix / customOutputPath",
"packageName": "p-profiler",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-10-19T21:14:38.490Z"
}

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

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