Skip to content

Commit

Permalink
Increment package version after release of azure-search-documents (Az…
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Oct 13, 2020
1 parent 28120ae commit e0a27e7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions sdk/search/search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/search-documents/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/search-documents/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 = "11.1.0-beta.1";
export const SDK_VERSION: string = "11.1.0-beta.2";
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/search-documents";
const packageVersion = "11.1.0-beta.1";
const packageVersion = "11.1.0-beta.2";

export class SearchClientContext extends coreHttp.ServiceClient {
apiVersion: string;
Expand Down
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/search-documents";
const packageVersion = "11.1.0-beta.1";
const packageVersion = "11.1.0-beta.2";

export class SearchServiceClientContext extends coreHttp.ServiceClient {
apiVersion: string;
Expand Down

0 comments on commit e0a27e7

Please sign in to comment.