Skip to content

Commit 2c47db9

Browse files
authored
Post release automated changes for communication releases (Azure#27947)
Post release automated changes for azure-communication-identity
1 parent 15a1e28 commit 2c47db9

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

sdk/communication/communication-identity/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 1.3.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.3.0 (2023-11-30)
414

515
### Features Added

sdk/communication/communication-identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/communication-identity",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "SDK for Azure Communication service which facilitates user token administration.",
55
"sdk-type": "client",
66
"main": "dist/index.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.3.0";
4+
export const SDK_VERSION: string = "1.3.1";

sdk/communication/communication-identity/src/generated/src/identityRestClient.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-identity/src/generated/src/tracing.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/communication/communication-identity/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
package-name: "@azure/communication-identity"
99
override-client-name: IdentityRestClient
1010
description: Communication identity client
11-
package-version: 1.3.0
11+
package-version: 1.3.1
1212
license-header: MICROSOFT_MIT_NO_VERSION
1313
output-folder: ../src/generated
1414
tag: package-2023-10

0 commit comments

Comments
 (0)