зеркало из https://github.com/Azure/ms-rest-js.git
update version
This commit is contained in:
Родитель
d178d1b443
Коммит
32a52f9259
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## 2.5.3 - (2021-07-12)
|
||||
- Updated the dependency on the uuid package to v8 (PR [456](https://github.com/Azure/ms-rest-js/pull/456))
|
||||
|
||||
## 2.5.2 - (2021-06-15)
|
||||
- Fixed an issue where `proxySettings` does not work when there is username but no password (PR [453](https://github.com/Azure/ms-rest-js/pull/453))
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ export const Constants = {
|
|||
* @const
|
||||
* @type {string}
|
||||
*/
|
||||
msRestVersion: "2.5.2",
|
||||
msRestVersion: "2.5.3",
|
||||
|
||||
/**
|
||||
* Specifies HTTP.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"email": "azsdkteam@microsoft.com",
|
||||
"url": "https://github.com/Azure/ms-rest-js"
|
||||
},
|
||||
"version": "2.5.2",
|
||||
"version": "2.5.3",
|
||||
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest",
|
||||
"tags": [
|
||||
"isomorphic",
|
||||
|
|
Загрузка…
Ссылка в новой задаче