From c269edf2e0b896ece56c2a2020f7e8694c429c6d Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue, 6 Apr 2021 17:09:43 -0700 Subject: [PATCH] Increment package version after release of azure-container-registry (#14765) --- sdk/containerregistry/container-registry/CHANGELOG.md | 3 +++ sdk/containerregistry/container-registry/package.json | 2 +- sdk/containerregistry/container-registry/src/constants.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sdk/containerregistry/container-registry/CHANGELOG.md b/sdk/containerregistry/container-registry/CHANGELOG.md index afeeaf6aea15..365262dde392 100644 --- a/sdk/containerregistry/container-registry/CHANGELOG.md +++ b/sdk/containerregistry/container-registry/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.0.0-beta.2 (Unreleased) + + ## 1.0.0-beta.1 (2021-04-06) - Initial version of Azure Container Registry client SDK library. diff --git a/sdk/containerregistry/container-registry/package.json b/sdk/containerregistry/container-registry/package.json index 02b387f3b481..b666fa71fd87 100644 --- a/sdk/containerregistry/container-registry/package.json +++ b/sdk/containerregistry/container-registry/package.json @@ -1,6 +1,6 @@ { "name": "@azure/container-registry", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "description": "Example project for learning how to build a client library", "sdk-type": "client", "main": "dist/index.js", diff --git a/sdk/containerregistry/container-registry/src/constants.ts b/sdk/containerregistry/container-registry/src/constants.ts index 47dc16dd0f7c..328eef7797c9 100644 --- a/sdk/containerregistry/container-registry/src/constants.ts +++ b/sdk/containerregistry/container-registry/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.1"; +export const SDK_VERSION: string = "1.0.0-beta.2";