Update version and changelog (#164)
This commit is contained in:
Родитель
c0f234bc58
Коммит
bc678d2734
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "@azure-tools/uri",
|
||||
"comment": "**Fix** Issues with url.URL and local paths",
|
||||
"type": "patch"
|
||||
},
|
||||
{
|
||||
"packageName": "@azure-tools/uri",
|
||||
"comment": "**Added** simplifyUri will strip extra / in paths. If there 2 consecutive /, replaces with a single one.",
|
||||
"type": "patch"
|
||||
}
|
||||
],
|
||||
"packageName": "@azure-tools/uri",
|
||||
"email": "tiguerin@microsoft.com"
|
||||
}
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@azure-tools/uri",
|
||||
"entries": [
|
||||
{
|
||||
"version": "3.1.1",
|
||||
"tag": "@azure-tools/uri_v3.1.1",
|
||||
"date": "Fri, 19 Mar 2021 22:11:11 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "**Fix** Issues with url.URL and local paths"
|
||||
},
|
||||
{
|
||||
"comment": "**Added** simplifyUri will strip extra / in paths. If there 2 consecutive /, replaces with a single one."
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "3.1.0",
|
||||
"tag": "@azure-tools/uri_v3.1.0",
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
# Change Log - @azure-tools/uri
|
||||
|
||||
This log was last generated on Fri, 19 Mar 2021 16:38:33 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 19 Mar 2021 22:11:11 GMT and should not be manually modified.
|
||||
|
||||
## 3.1.1
|
||||
Fri, 19 Mar 2021 22:11:11 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- **Fix** Issues with url.URL and local paths
|
||||
- **Added** simplifyUri will strip extra / in paths. If there 2 consecutive /, replaces with a single one.
|
||||
|
||||
## 3.1.0
|
||||
Fri, 19 Mar 2021 16:38:33 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure-tools/uri",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"description": "Common URI handling code.",
|
||||
"main": "./dist/index.js",
|
||||
"typings": "./dist/index.d.ts",
|
||||
|
|
Загрузка…
Ссылка в новой задаче