Skip to content

Commit

Permalink
Increment package version after release of azure-ai-text-analytics (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Apr 8, 2020
1 parent 1490b99 commit 1230a16
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions sdk/textanalytics/ai-text-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-preview.5 (Unreleased)


## 1.0.0-preview.4 (2020-04-07)
- Renamed the first parameter of all operation methods from `inputs` to `documents`
- [Breaking] Removed PII entity detection methods from `TextAnalyticsClient` as well as all associated samples and documentation
Expand Down
2 changes: 1 addition & 1 deletion sdk/textanalytics/ai-text-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "client",
"author": "Microsoft Corporation",
"description": "An isomorphic client library for the Azure Text Analytics service.",
"version": "1.0.0-preview.4",
"version": "1.0.0-preview.5",
"keywords": [
"node",
"azure",
Expand Down
2 changes: 1 addition & 1 deletion sdk/textanalytics/ai-text-analytics/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "1.0.0-preview.4";
export const SDK_VERSION: string = "1.0.0-preview.5";
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import * as coreHttp from "@azure/core-http";

const packageName = "@azure/ai-text-analytics";
const packageVersion = "1.0.0-preview.4";
const packageVersion = "1.0.0-preview.5";

export class GeneratedClientContext extends coreHttp.ServiceClient {
endpoint: string;
Expand Down

0 comments on commit 1230a16

Please sign in to comment.