Skip to content

Commit

Permalink
[PhoneNumbers][JS] Updating package version to 1.0.0 (#15026)
Browse files Browse the repository at this point in the history
* [PhoneNumbers][JS] Updating SDK version to 1.0.0

* adding old package version
  • Loading branch information
armansabaa authored Apr 26, 2021
1 parent 1922dec commit 958f2fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions sdk/communication/communication-phone-numbers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0 (2021-04-26)
- Update version to 1.0.0

## 1.0.0-beta.5 (2021-03-29)

### Breaking Changes
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.0.0-beta.5",
"version": "1.0.0",
"description": "SDK for Azure Communication service which facilitates phone number management.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
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.0.0-beta.5";
export const SDK_VERSION: string = "1.0.0";

0 comments on commit 958f2fa

Please sign in to comment.