Skip to content

Commit

Permalink
Increment package version after release of azure-data-tables (Azure#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Apr 23, 2021
1 parent 26d916c commit 45c1fdf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions sdk/tables/data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/data-tables/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/data-tables/src/utils/constants.ts
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit 45c1fdf

Please sign in to comment.