Post release automated changes for notificationhubs releases (#29509)

Post release automated changes for azure-notification-hubs
This commit is contained in:
Azure SDK Bot 2024-04-29 16:52:28 -07:00 коммит произвёл GitHub
Родитель a81dcbe626
Коммит 89774505ab
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 12 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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",

Просмотреть файл

@ -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";