Skip to content

Commit 3761ceb

Browse files
authored
Increment package version after release of azure-attestation (Azure#15758)
1 parent c048370 commit 3761ceb

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

sdk/attestation/attestation/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release History
22

3+
## 1.0.0-beta.5 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Key Bugs Fixed
10+
11+
### Fixed
12+
13+
314
## 1.0.0-beta.4 (2021-06-15)
415

516
### Features Added

sdk/attestation/attestation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/attestation",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"description": "Javascript/Typescript client implementation for the Microsoft Azure Attestation service.",
55
"sdk-type": "client",
66
"main": "dist/index.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.0.0-beta.4";
4+
export const SDK_VERSION: string = "1.0.0-beta.5";

0 commit comments

Comments
 (0)