Skip to content

Commit

Permalink
Increment package version after release of azure-data-tables (#13195)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Jan 13, 2021
1 parent 90d62de commit ccfa05d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 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

## 1.0.0-beta.5 (Unreleased)


## 1.0.0-beta.4 (2021-01-12)

- Fix issue that prevented support for Azure Storage Emulator and Azurite [#13165](https://github.com/Azure/azure-sdk-for-js/pull/13165)
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": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "An isomorphic client library for the Azure Tables service.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
import { GeneratedClientOptionalParams } from "./models";

const packageName = "@azure/data-tables";
const packageVersion = "1.0.0-beta.4";
const packageVersion = "1.0.0-beta.5";

export class GeneratedClientContext extends coreHttp.ServiceClient {
url: string;
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 = "1.0.0-beta.4";
export const SDK_VERSION: string = "1.0.0-beta.5";
export const LIB_INFO = `azsdk-js-data-tables/${SDK_VERSION}`;

export const HeaderConstants = {
Expand Down

0 comments on commit ccfa05d

Please sign in to comment.