From 89774505abb5c4dea55791182b396c24305be902 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:52:28 -0700 Subject: [PATCH] Post release automated changes for notificationhubs releases (#29509) 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 8cf6fa5280e..2af975e8481 100644 --- a/sdk/notificationhubs/notification-hubs/CHANGELOG.md +++ b/sdk/notificationhubs/notification-hubs/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.2.3 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.2.2 (2024-04-29) ### Bugs Fixed diff --git a/sdk/notificationhubs/notification-hubs/package.json b/sdk/notificationhubs/notification-hubs/package.json index 8a64be7a91e..676c3f374f3 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.2", + "version": "1.2.3", "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 030277d3ad5..7a501fb6357 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.2"; +export const SDK_VERSION: string = "1.2.3"; export const JSON_CONTENT_TYPE = "application/json;charset=utf-8"; export const XML_CONTENT_TYPE = "application/xml";