Skip to content

Commit 45c1fdf

Browse files
authored
Increment package version after release of azure-data-tables (Azure#14764)
1 parent 26d916c commit 45c1fdf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

sdk/tables/data-tables/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 12.0.0-beta.3 (Unreleased)
4+
5+
36
## 12.0.0-beta.2 (2021-04-06)
47

58
- Update open-telemetry dependency to 1.0.0-rc.0 [#14208](https://github.com/Azure/azure-sdk-for-js/pull/14208)

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": "12.0.0-beta.2",
3+
"version": "12.0.0-beta.3",
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 = "12.0.0-beta.2";
4+
export const SDK_VERSION: string = "12.0.0-beta.3";
55
export const LIB_INFO = `azsdk-js-data-tables/${SDK_VERSION}`;
66

77
export const HeaderConstants = {

0 commit comments

Comments
 (0)