Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Increment package version after release of azure-attestation (Azure#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Jun 21, 2021
1 parent 9a531bf commit b7fa3b9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions sdk/attestation/attestation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/attestation/attestation/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sdk/attestation/attestation/src/constants.ts
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit b7fa3b9

Please sign in to comment.