8000 Post release automated changes for cosmosdb releases (#34342) · Azure/azure-sdk-for-js@b774a30 · GitHub
[go: up one dir, main page]

Skip to content

Commit b774a30

Browse files
authored
Post release automated changes for cosmosdb releases (#34342)
Post release automated changes for azure-cosmos
1 parent bd4b22f commit b774a30

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

sdk/cosmosdb/cosmos/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
<!-- dev-tool snippets ignore -->
2-
31
# Release History
2+
3+
## 4.4.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
413
## 4.4.0 (2025-05-13)
514

615
### Features Added

sdk/cosmosdb/cosmos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/cosmos",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API",
55
"sdk-type": "client",
66
"keywords": [

sdk/cosmosdb/cosmos/src/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export const Constants = {
218218
AzureNamespace: "Azure.Cosmos",
219219
AzurePackageName: "@azure/cosmos",
220220
SDKName: "azure-cosmos-js",
221-
SDKVersion: "4.4.0",
221+
SDKVersion: "4.4.1",
222222

223223
// Diagnostics
224224
CosmosDbDiagnosticLevelEnvVarName: "AZURE_COSMOSDB_DIAGNOSTICS_LEVEL",

0 commit comments

Comments
 (0)
0