File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
sdk/formrecognizer/ai-form-recognizer Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3+ ## 3.1.1 (Unreleased)
4+
5+
36## 3.1.0 (2021-05-26)
47
58- This General Availability (GA) release marks the stability of the changes introduced in package versions 3.1.0-beta.1 through 3.1.0-beta.3.
Original file line number Diff line number Diff line change 33 "sdk-type" : " client" ,
44 "author" : " Microsoft Corporation" ,
55 "description" : " An isomorphic client library for the Azure Form Recognizer service." ,
6- "version" : " 3.1.0 " ,
6+ "version" : " 3.1.1 " ,
77 "keywords" : [
88 " node" ,
99 " azure" ,
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT license.
33
4- export const SDK_VERSION : string = "3.1.0 " ;
4+ export const SDK_VERSION : string = "3.1.1 " ;
55
66export const DEFAULT_COGNITIVE_SCOPE = "https://cognitiveservices.azure.com/.default" ;
77
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
1010import { GeneratedClientOptionalParams } from "./models" ;
1111
1212const packageName = "@azure/ai-form-recognizer" ;
13- const packageVersion = "3.1.0 " ;
13+ const packageVersion = "3.1.1 " ;
1414
1515/** @hidden */
1616export class GeneratedClientContext extends coreHttp . ServiceClient {
You can’t perform that action at this time.
0 commit comments