Skip to content

Commit 27250d3

Browse files
authored
[App Config] Run Prepare Release Script (#28789)
### Packages impacted by this PR @azure/app-configuration ### Issues associated with this PR ### Describe the problem that is addressed by this PR Run prepare release script with the correct version
1 parent 538c8e5 commit 27250d3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

sdk/appconfiguration/app-configuration/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.5.1 (2024-03-05)
3+
## 1.6.0-beta.1 (2024-03-05)
44

55
### Features Added
66

sdk/appconfiguration/app-configuration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/app-configuration",
33
"author": "Microsoft Corporation",
44
"description": "An isomorphic client library for the Azure App Configuration service.",
5-
"version": "1.5.1",
5+
"version": "1.6.0-beta.1",
66
"sdk-type": "client",
77
"keywords": [
88
"node",

sdk/appconfiguration/app-configuration/src/internal/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/**
55
* @internal
66
*/
7-
export const packageVersion = "1.5.1";
7+
export const packageVersion = "1.6.0-beta.1";
88

99
/**
1010
* @internal

sdk/appconfiguration/app-configuration/swagger/swagger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
```yaml
66
package-name: app-configuration
7-
package-version: "1.5.1"
7+
package-version: "1.6.0-beta.1"
88
title: AppConfiguration
99
description: App Configuration client
1010
enable-xml: true

0 commit comments

Comments
 (0)