Increment package version after release of azure-app-configuration (#16649)
This commit is contained in:
Родитель
f62d5e7a4d
Коммит
2078bd509f
|
@ -1,5 +1,15 @@
|
|||
# Release History
|
||||
|
||||
## 1.3.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 1.3.0 (2021-07-26)
|
||||
|
||||
### Features Added
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@azure/app-configuration",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "An isomorphic client library for the Azure App Configuration service.",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"sdk-type": "client",
|
||||
"keywords": [
|
||||
"node",
|
||||
|
|
|
@ -72,7 +72,7 @@ const packageName = "azsdk-js-app-configuration";
|
|||
* User - Agent header. There's a unit test that makes sure it always stays in sync.
|
||||
* @internal
|
||||
*/
|
||||
export const packageVersion = "1.3.0";
|
||||
export const packageVersion = "1.3.1";
|
||||
const apiVersion = "1.0";
|
||||
const ConnectionStringRegex = /Endpoint=(.*);Id=(.*);Secret=(.*)/;
|
||||
const deserializationContentTypes = {
|
||||
|
|
|
@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
|
|||
import { ApiVersion10, AppConfigurationOptionalParams } from "./models";
|
||||
|
||||
const packageName = "app-configuration";
|
||||
const packageVersion = "1.3.0";
|
||||
const packageVersion = "1.3.1";
|
||||
|
||||
/** @internal */
|
||||
export class AppConfigurationContext extends coreHttp.ServiceClient {
|
||||
|
|
Загрузка…
Ссылка в новой задаче