Skip to content

Commit cd3557a

Browse files
authored
Increment package version after release of azure-eventgrid (Azure#14447)
1 parent 96de362 commit cd3557a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

sdk/eventgrid/eventgrid/CHANGELOG.md

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

3+
## 4.1.1 (Unreleased)
4+
5+
36
## 4.1.0 (2021-03-23)
47

58
- The system event names `Microsoft.Communication.ChatParticipantAddedToThread` and `Microsoft.Communication.ChatParticipantRemovedFromThread` have been removed, and

sdk/eventgrid/eventgrid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
55
"description": "An isomorphic client library for the Azure Event Grid service.",
6-
"version": "4.1.0",
6+
"version": "4.1.1",
77
"keywords": [
88
"node",
99
"azure",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "4.1.0";
4+
export const SDK_VERSION: string = "4.1.1";
55
export const DEFAULT_API_VERSION = "2018-01-01";

sdk/eventgrid/eventgrid/swagger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
```yaml
88
require: "https://github.com/Azure/azure-rest-api-specs/blob/cf9d9c44d990d82a763cf8c23a324de337e387a5/specification/eventgrid/data-plane/readme.md"
99
package-name: "@azure/eventgrid"
10-
package-version: "4.1.0"
10+
package-version: "4.1.1"
1111
title: GeneratedClient
1212
description: EventGrid Client
1313
generate-metadata: false

0 commit comments

Comments
 (0)