Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3ab024

Browse files
update version for @azure/data-tables (Azure#14105)
1 parent 3e02859 commit a3ab024

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/tables/data-tables/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.6 (Unreleased)
3+
## 12.0.0-beta.1 (2021-03-09)
44

55

66
## 1.0.0-beta.5 (2021-02-09)

sdk/tables/data-tables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/data-tables",
3-
"version": "1.0.0-beta.6",
3+
"version": "12.0.0-beta.1",
44
"description": "An isomorphic client library for the Azure Tables service.",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/tables/data-tables/src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.0.0-beta.6";
4+
export const SDK_VERSION: string = "12.0.0-beta.1";
55
export const LIB_INFO = `azsdk-js-data-tables/${SDK_VERSION}`;
66

77
export const HeaderConstants = {

0 commit comments

Comments
 (0)