Increment version for search releases (#15222)
* Increment package version after release of azure-search-documents * Update dependency version Co-authored-by: Sarangan Rajamanickam <sarajama@microsoft.com>
This commit is contained in:
Родитель
725af6cbb2
Коммит
7db151256f
|
@ -7,7 +7,7 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@azure/search-documents": "11.2.0-beta.2",
|
||||
"@azure/search-documents": "11.2.0-beta.3",
|
||||
"@azure/identity": "^1.1.0",
|
||||
"@azure/test-utils-perfstress": "^1.0.0",
|
||||
"dotenv": "^8.2.0"
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Release History
|
||||
|
||||
## 11.2.0-beta.3 (Unreleased)
|
||||
|
||||
|
||||
## 11.2.0-beta.2 (2021-05-11)
|
||||
|
||||
- Added Support for Semantic Search and introduced new properties in `SearchOptions`, `SearchRequest`, `SearchResult` and `SearchDocumentsResult` objects.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure/search-documents",
|
||||
"version": "11.2.0-beta.2",
|
||||
"version": "11.2.0-beta.3",
|
||||
"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.2.0-beta.2";
|
||||
export const SDK_VERSION: string = "11.2.0-beta.3";
|
||||
|
|
|
@ -13,7 +13,7 @@ import {
|
|||
} from "./models";
|
||||
|
||||
const packageName = "@azure/search-documents";
|
||||
const packageVersion = "11.2.0-beta.2";
|
||||
const packageVersion = "11.2.0-beta.3";
|
||||
|
||||
/** @internal */
|
||||
export class SearchClientContext extends coreHttp.ServiceClient {
|
||||
|
|
|
@ -13,7 +13,7 @@ import {
|
|||
} from "./models";
|
||||
|
||||
const packageName = "@azure/search-documents";
|
||||
const packageVersion = "11.2.0-beta.2";
|
||||
const packageVersion = "11.2.0-beta.3";
|
||||
|
||||
/** @internal */
|
||||
export class SearchServiceClientContext extends coreHttp.ServiceClient {
|
||||
|
|
Загрузка…
Ссылка в новой задаче