Increment package version after release of azure-data-tables (#14764)

This commit is contained in:
Azure SDK Bot 2021-04-22 18:50:56 -07:00 коммит произвёл GitHub
Родитель 26d916cea9
Коммит 45c1fdf027
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,8 @@
# Release History
## 12.0.0-beta.3 (Unreleased)
## 12.0.0-beta.2 (2021-04-06)
- Update open-telemetry dependency to 1.0.0-rc.0 [#14208](https://github.com/Azure/azure-sdk-for-js/pull/14208)

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@azure/data-tables",
"version": "12.0.0-beta.2",
"version": "12.0.0-beta.3",
"description": "An isomorphic client library for the Azure Tables service.",
"sdk-type": "client",
"main": "dist/index.js",

Просмотреть файл

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
export const SDK_VERSION: string = "12.0.0-beta.2";
export const SDK_VERSION: string = "12.0.0-beta.3";
export const LIB_INFO = `azsdk-js-data-tables/${SDK_VERSION}`;
export const HeaderConstants = {