Skip to content

Commit f646db8

Browse files
authored
Prepare Tables for September Release (Azure#23119)
* Update CHANGELOG.md * Update versions
1 parent 6edc3b5 commit f646db8

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

sdk/tables/data-tables/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
# Release History
22

3-
## 13.1.3 (Unreleased)
3+
## 13.2.0 (2022-09-06)
44

55
### Features Added
66

7-
### Breaking Changes
7+
- Add option to `transaction.updateEntity()` [#22562](https://github.com/Azure/azure-sdk-for-js/pull/22562). (A community contribution, courtesy of _[tmcgannon](https://github.com/tmcgannon))_
88

99
### Bugs Fixed
1010

1111
- Fix encoding for Date objects when filtering on a DateTime field [#23058](https://github.com/Azure/azure-sdk-for-js/pull/23058)
1212

13-
### Other Changes
14-
1513
## 13.1.2 (2022-06-07)
1614

1715
### Features Added

sdk/tables/data-tables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/data-tables",
3-
"version": "13.1.3",
3+
"version": "13.2.0",
44
"description": "An isomorphic client library for the Azure Tables service.",
55
"sdk-type": "client",
66
"main": "dist/index.js",

sdk/tables/data-tables/src/generated/generatedClientContext.ts

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/tables/data-tables/src/utils/tracing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ import { createTracingClient } from "@azure/core-tracing";
1010
export const tracingClient = createTracingClient({
1111
namespace: "Microsoft.Data.Tables",
1212
packageName: "@azure/data-tables",
13-
packageVersion: "13.1.3",
13+
packageVersion: "13.2.0",
1414
});

sdk/tables/data-tables/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```yaml
88
v3: true
9-
package-version: 13.1.3
9+
package-version: 13.2.0
1010
package-name: "@azure/data-tables"
1111
title: TablesClient
1212
description: Tables Client

0 commit comments

Comments
 (0)