Skip to content

Commit

Permalink
Increment package version after release of azure-container-registry (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Jun 9, 2021
1 parent e4e9497 commit d82ccb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions sdk/containerregistry/container-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.0.0-beta.4 (Unreleased)


## 1.0.0-beta.3 (2021-06-08)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/containerregistry/container-registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/container-registry",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "An isomorphic client library for the Azure Container Registry service.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/containerregistry/container-registry/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 d82ccb1

Please sign in to comment.