Skip to content

Commit

Permalink
Post release automated changes for notificationhubs releases (#29431)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-notification-hubs
  • Loading branch information
azure-sdk committed Apr 25, 2024
1 parent d9038c5 commit b8e63a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/notificationhubs/notification-hubs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/notificationhubs/notification-hubs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit b8e63a5

Please sign in to comment.