Skip to content

Commit b8e63a5

Browse files
authored
Post release automated changes for notificationhubs releases (#29431)
Post release automated changes for azure-notification-hubs
1 parent d9038c5 commit b8e63a5

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/notificationhubs/notification-hubs/CHANGELOG.md

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

3+
## 1.2.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 1.2.1 (2024-04-25)
414

515
### Bugs Fixed

sdk/notificationhubs/notification-hubs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/notification-hubs",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Azure Notification Hubs SDK for JavaScript",
55
"sdk-type": "client",
66
"main": "./dist/commonjs/index.js",

sdk/notificationhubs/notification-hubs/src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.2.1";
4+
export const SDK_VERSION: string = "1.2.2";
55

66
export const JSON_CONTENT_TYPE = "application/json;charset=utf-8";
77
export const XML_CONTENT_TYPE = "application/xml";

0 commit comments

Comments
 (0)