Skip to content

Commit

Permalink
Post release automated changes for communication releases (Azure#27947)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-communication-identity
  • Loading branch information
azure-sdk authored Nov 30, 2023
1 parent 15a1e28 commit 2c47db9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions sdk/communication/communication-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.3.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.3.0 (2023-11-30)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-identity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-identity",
"version": "1.3.0",
"version": "1.3.1",
"description": "SDK for Azure Communication service which facilitates user token administration.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-identity/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "1.3.0";
export const SDK_VERSION: string = "1.3.1";

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/communication/communication-identity/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
package-name: "@azure/communication-identity"
override-client-name: IdentityRestClient
description: Communication identity client
package-version: 1.3.0
package-version: 1.3.1
license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../src/generated
tag: package-2023-10
Expand Down

0 comments on commit 2c47db9

Please sign in to comment.