Skip to content

Commit

Permalink
Post release automated changes for tables releases (#24461)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-data-tables
  • Loading branch information
azure-sdk authored Jan 13, 2023
1 parent 7203d49 commit 530c1ee
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions sdk/tables/data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 13.2.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 13.2.1 (2023-01-12)

### Bugs Fixed
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": "13.2.1",
"version": "13.2.2",
"description": "An isomorphic client library for the Azure Tables service.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/tables/data-tables/src/utils/tracing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ import { createTracingClient } from "@azure/core-tracing";
export const tracingClient = createTracingClient({
namespace: "Microsoft.Data.Tables",
packageName: "@azure/data-tables",
packageVersion: "13.2.1",
packageVersion: "13.2.2",
});
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: 13.2.1
package-version: 13.2.2
package-name: "@azure/data-tables"
title: TablesClient
description: Tables Client
Expand Down

0 comments on commit 530c1ee

Please sign in to comment.