Skip to content

Commit

Permalink
Post release automated changes for communication releases (Azure#21293)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-communication-phone-numbers
  • Loading branch information
azure-sdk authored Jun 15, 2022
1 parent bce15c9 commit a753dec
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions sdk/communication/communication-phone-numbers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.2.0-beta.4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.2.0-alpha.20220517.1 (2022-05-17)

- Added support for the API version `2022-06-01-preview`
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-phone-numbers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-phone-numbers",
"version": "1.2.0-alpha.20220517.1",
"version": "1.2.0-beta.4",
"description": "SDK for Azure Communication service which facilitates phone number management.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down

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

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.2.0-alpha.20220517.1";
export const SDK_VERSION: string = "1.2.0-beta.4";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```yaml
package-name: "@azure/communication-phone-numbers"
description: Phone number configuration client
package-version: 1.2.0-alpha.20220517.1
package-version: 1.2.0-beta.4
generate-metadata: false
license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../src/generated
Expand Down

0 comments on commit a753dec

Please sign in to comment.