From c589348cde5dabbae6ba015f557428ceb73b2358 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu, 10 Jun 2021 11:04:14 -0700 Subject: [PATCH] Increment package version after release of azure-attestation (#15668) --- sdk/attestation/attestation/CHANGELOG.md | 11 +++++++++++ sdk/attestation/attestation/package.json | 2 +- sdk/attestation/attestation/src/constants.ts | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/sdk/attestation/attestation/CHANGELOG.md b/sdk/attestation/attestation/CHANGELOG.md index 629a98072356..92806373b684 100644 --- a/sdk/attestation/attestation/CHANGELOG.md +++ b/sdk/attestation/attestation/CHANGELOG.md @@ -1,5 +1,16 @@ # Release History +## 1.0.0-beta.4 (Unreleased) + +### Features Added + +### Breaking Changes + +### Key Bugs Fixed + +### Fixed + + ## 1.0.0-beta.3 (2021-06-08) ### Features Added diff --git a/sdk/attestation/attestation/package.json b/sdk/attestation/attestation/package.json index 08bc44cc909e..205302af4c41 100644 --- a/sdk/attestation/attestation/package.json +++ b/sdk/attestation/attestation/package.json @@ -1,6 +1,6 @@ { "name": "@azure/attestation", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "Javascript/Typescript client implementation for the Microsoft Azure Attestation service.", "sdk-type": "client", "main": "dist/index.js", diff --git a/sdk/attestation/attestation/src/constants.ts b/sdk/attestation/attestation/src/constants.ts index 59f5aec833e1..3ec689ed2107 100644 --- a/sdk/attestation/attestation/src/constants.ts +++ b/sdk/attestation/attestation/src/constants.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const SDK_VERSION: string = "1.0.0-beta.3"; +export const SDK_VERSION: string = "1.0.0-beta.4";