Skip to content

Commit

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

## 3.0.1 (Unreleased)


## 3.0.0 (2020-08-20)

- This release marks the general availability of the `@azure/ai-form-recognizer` package.
Expand Down
2 changes: 1 addition & 1 deletion sdk/formrecognizer/ai-form-recognizer/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 Form Recognizer service.",
"version": "3.0.0",
"version": "3.0.1",
"keywords": [
"node",
"azure",
Expand Down
2 changes: 1 addition & 1 deletion sdk/formrecognizer/ai-form-recognizer/src/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 = "3.0.0";
export const SDK_VERSION: string = "3.0.1";

export const DEFAULT_COGNITIVE_SCOPE = "https://cognitiveservices.azure.com/.default";

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/ai-form-recognizer";
const packageVersion = "3.0.0";
const packageVersion = "3.0.1";

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

0 comments on commit ddaed88

Please sign in to comment.