Increment package version after release of azure-search-documents (#11648)

This commit is contained in:
Azure SDK Bot 2020-10-13 14:25:53 -07:00 коммит произвёл GitHub
Родитель 28120aecba
Коммит e0a27e75ea
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@ -1,5 +1,8 @@
# Release History
## 11.1.0-beta.2 (Unreleased)
## 11.1.0-beta.1 (2020-10-05)
- Added Batching ability to the search SDK. Please refer [#11544](https://github.com/Azure/azure-sdk-for-js/pull/11544) for further details.

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@azure/search-documents",
"version": "11.1.0-beta.1",
"version": "11.1.0-beta.2",
"description": "Azure client library to use Cognitive Search for node.js and browser.",
"sdk-type": "client",
"main": "dist/index.js",

Просмотреть файл

@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
export const SDK_VERSION: string = "11.1.0-beta.1";
export const SDK_VERSION: string = "11.1.0-beta.2";

Просмотреть файл

@ -11,7 +11,7 @@
import * as coreHttp from "@azure/core-http";
const packageName = "@azure/search-documents";
const packageVersion = "11.1.0-beta.1";
const packageVersion = "11.1.0-beta.2";
export class SearchClientContext extends coreHttp.ServiceClient {
apiVersion: string;

Просмотреть файл

@ -11,7 +11,7 @@
import * as coreHttp from "@azure/core-http";
const packageName = "@azure/search-documents";
const packageVersion = "11.1.0-beta.1";
const packageVersion = "11.1.0-beta.2";
export class SearchServiceClientContext extends coreHttp.ServiceClient {
apiVersion: string;