Post release automated changes for search releases (#23120)
Post release automated changes for azure-search-documents
This commit is contained in:
Родитель
09d3037f87
Коммит
b65d586bb8
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 11.3.0-beta.9 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 11.3.0-beta.8 (2022-09-06)
|
||||
|
||||
- Added `core-http-compat` dependency
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure/search-documents",
|
||||
"version": "11.3.0-beta.8",
|
||||
"version": "11.3.0-beta.9",
|
||||
"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.3.0-beta.8";
|
||||
export const SDK_VERSION: string = "11.3.0-beta.9";
|
||||
|
|
Загрузка…
Ссылка в новой задаче