File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
sdk/notificationhubs/notification-hubs Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
66export const JSON_CONTENT_TYPE = "application/json;charset=utf-8" ;
77export const XML_CONTENT_TYPE = "application/xml" ;
You can’t perform that action at this time.
0 commit comments