File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 " ;
55export const LIB_INFO = `azsdk-js-data-tables/${ SDK_VERSION } ` ;
66
77export const HeaderConstants = {
You can’t perform that action at this time.
0 commit comments