Skip to content

Commit

Permalink
Increment package version after release of azure-data-tables (#15651)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Jun 9, 2021
1 parent dda4266 commit 89f74ab
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions sdk/tables/data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

## 12.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Key Bugs Fixed

### Fixed


## 12.0.0 (2021-06-09)

- Added support for generating SAS tokens using an `AzureNamedKeyCredential` [#15564](https://github.com/Azure/azure-sdk-for-js/pull/15564)
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",
"version": "12.0.1",
"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";
export const SDK_VERSION: string = "12.0.1";
export const LIB_INFO = `azsdk-js-data-tables/${SDK_VERSION}`;

export const SERVICE_VERSION = "2019-02-02";
Expand Down
2 changes: 1 addition & 1 deletion sdk/tables/data-tables/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```yaml
v3: true
package-version: 12.0.0
package-version: 12.0.1
package-name: "@azure/data-tables"
title: TablesClient
description: Tables Client
Expand Down

0 comments on commit 89f74ab

Please sign in to comment.