Post release automated changes for notificationhubs releases (#29509)
Post release automated changes for azure-notification-hubs
This commit is contained in:
Родитель
a81dcbe626
Коммит
89774505ab
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче