Skip to content

Commit

Permalink
Increment package version after release of azure-eventgrid (Azure#11480)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored and deyaaeldeen committed Sep 25, 2020
1 parent 9b70195 commit 9150101
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions sdk/eventgrid/eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 3.0.0-beta.3 (Unreleased)


## 3.0.0-beta.2 (2020-09-24)

- Added support for system events sent by the Azure Communication Services.
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/eventgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "client",
"author": "Microsoft Corporation",
"description": "An isomorphic client library for the Azure Event Grid service.",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"keywords": [
"node",
"azure",
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/eventgrid/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "3.0.0-beta.2";
export const SDK_VERSION: string = "3.0.0-beta.3";
export const DEFAULT_API_VERSION = "2018-01-01";
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
import { GeneratedClientOptionalParams } from "./models";

const packageName = "@azure/eventgrid";
const packageVersion = "3.0.0-beta.2";
const packageVersion = "3.0.0-beta.3";

export class GeneratedClientContext extends coreHttp.ServiceClient {
apiVersion: string;
Expand Down

0 comments on commit 9150101

Please sign in to comment.