Skip to content

Commit

Permalink
Post release automated changes for easm releases (Azure#27675)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-rest-defender-easm
  • Loading branch information
azure-sdk authored Nov 9, 2023
1 parent ad08930 commit a26fb30
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/easm/defender-easm-rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.1 (2023-11-07)

- First release of package, see README.md for details.
2 changes: 1 addition & 1 deletion sdk/easm/defender-easm-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure-rest/defender-easm",
"sdk-type": "client",
"author": "Microsoft Corporation",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Defender EASM Client",
"keywords": [
"node",
Expand Down
2 changes: 1 addition & 1 deletion sdk/easm/defender-easm-rest/src/easm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function createClient(
},
};

const userAgentInfo = `azsdk-js-defender-easm-rest/1.0.0-beta.1`;
const userAgentInfo = `azsdk-js-defender-easm-rest/1.0.0-beta.2`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`
Expand Down

0 comments on commit a26fb30

Please sign in to comment.