File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1 .0.0-beta.6 (Unreleased )
3
+ ## 12 .0.0-beta.1 (2021-03-09 )
4
4
5
5
6
6
## 1.0.0-beta.5 (2021-02-09)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @azure/data-tables" ,
3
- "version" : " 1 .0.0-beta.6 " ,
3
+ "version" : " 12 .0.0-beta.1 " ,
4
4
"description" : " An isomorphic client library for the Azure Tables service." ,
5
5
"sdk-type" : " client" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
// Copyright (c) Microsoft Corporation.
2
2
// Licensed under the MIT license.
3
3
4
- export const SDK_VERSION : string = "1 .0.0-beta.6 " ;
4
+ export const SDK_VERSION : string = "12 .0.0-beta.1 " ;
5
5
export const LIB_INFO = `azsdk-js-data-tables/${ SDK_VERSION } ` ;
6
6
7
7
export const HeaderConstants = {
You can’t perform that action at this time.
0 commit comments