From b8e63a5d50f702d7bd0127cdcc92c5e3d9a9617e Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Thu, 25 Apr 2024 09:10:18 -0700 Subject: [PATCH] Post release automated changes for notificationhubs releases (#29431) Post release automated changes for azure-notification-hubs --- sdk/notificationhubs/notification-hubs/CHANGELOG.md | 10 ++++++++++ sdk/notificationhubs/notification-hubs/package.json | 2 +- .../notification-hubs/src/utils/constants.ts | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sdk/notificationhubs/notification-hubs/CHANGELOG.md b/sdk/notificationhubs/notification-hubs/CHANGELOG.md index a3812380da8c..1a4d20419d2e 100644 --- a/sdk/notificationhubs/notification-hubs/CHANGELOG.md +++ b/sdk/notificationhubs/notification-hubs/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.2.2 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.2.1 (2024-04-25) ### Bugs Fixed diff --git a/sdk/notificationhubs/notification-hubs/package.json b/sdk/notificationhubs/notification-hubs/package.json index b86a9f8c858a..8a64be7a91ea 100644 --- a/sdk/notificationhubs/notification-hubs/package.json +++ b/sdk/notificationhubs/notification-hubs/package.json @@ -1,6 +1,6 @@ { "name": "@azure/notification-hubs", - "version": "1.2.1", + "version": "1.2.2", "description": "Azure Notification Hubs SDK for JavaScript", "sdk-type": "client", "main": "./dist/commonjs/index.js", diff --git a/sdk/notificationhubs/notification-hubs/src/utils/constants.ts b/sdk/notificationhubs/notification-hubs/src/utils/constants.ts index 02c7067fab51..030277d3ad55 100644 --- a/sdk/notificationhubs/notification-hubs/src/utils/constants.ts +++ b/sdk/notificationhubs/notification-hubs/src/utils/constants.ts @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const SDK_VERSION: string = "1.2.1"; +export const SDK_VERSION: string = "1.2.2"; export const JSON_CONTENT_TYPE = "application/json;charset=utf-8"; export const XML_CONTENT_TYPE = "application/xml";