Skip to content

Commit

Permalink
Increment package version after release of azure-eventgrid (#15620)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Jun 8, 2021
1 parent cede8dc commit 8c726b8
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

## 4.3.1 (Unreleased)


## 4.3.0 (2021-06-08)

### New Features
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": "4.3.0",
"version": "4.3.1",
"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 = "4.3.0";
export const SDK_VERSION: string = "4.3.1";
export const DEFAULT_API_VERSION = "2018-01-01";
2 changes: 1 addition & 1 deletion sdk/eventgrid/eventgrid/swagger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```yaml
require: "https://github.com/Azure/azure-rest-api-specs/blob/d78816faeca788910b48ce0cfad89f85396260d6/specification/eventgrid/data-plane/readme.md"
package-name: "@azure/eventgrid"
package-version: "4.3.0"
package-version: "4.3.1"
title: GeneratedClient
description: EventGrid Client
generate-metadata: false
Expand Down

0 comments on commit 8c726b8

Please sign in to comment.