Increment package version after release of azure-data-tables (#14764)
This commit is contained in:
Родитель
26d916cea9
Коммит
45c1fdf027
|
@ -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 = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче