Post release automated changes for cosmosdb releases (#22592)
Post release automated changes for azure-cosmos
This commit is contained in:
Родитель
61980dae1d
Коммит
cea4575a52
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 3.16.4 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 3.16.3 (2022-07-13)
|
||||
|
||||
### Bugs Fixed
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure/cosmos",
|
||||
"version": "3.16.3",
|
||||
"version": "3.16.4",
|
||||
"description": "Microsoft Azure Cosmos DB Service Node.js SDK for SQL API",
|
||||
"sdk-type": "client",
|
||||
"keywords": [
|
||||
|
|
|
@ -184,7 +184,7 @@ export const Constants = {
|
|||
AzureNamespace: "Azure.Cosmos",
|
||||
AzurePackageName: "@azure/cosmos",
|
||||
SDKName: "azure-cosmos-js",
|
||||
SDKVersion: "3.16.3",
|
||||
SDKVersion: "3.16.4",
|
||||
|
||||
Quota: {
|
||||
CollectionSize: "collectionSize",
|
||||
|
|
Загрузка…
Ссылка в новой задаче