Skip to content

Commit edcf505

Browse files
author
OneSignal
committed
feat: add v5.4.0 package updates
1 parent 8846f73 commit edcf505

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- name: Publish to NPM and Create GitHub Release
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3534
run: |
3635
npx -p semantic-release \
3736
-p @semantic-release/changelog \

CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
# Changelog
2-
3-
## [5.4.0](https://github.com/OneSignal/onesignal-node-api/compare/v5.3.0...v5.4.0) (2026-03-24)
4-
5-
### Features
6-
7-
* add Huawei and `email_reply_to_address` parameters to `Notification` ([#153](https://github.com/OneSignal/onesignal-node-api/issues/153)) ([0ce3682](https://github.com/OneSignal/onesignal-node-api/commit/0ce36826522831f0eabbc6343bccb151b065bb22))
8-
92
All notable changes to this project will be documented in this file.
103

114
## January 2023
@@ -52,3 +45,4 @@ All notable changes to this project will be documented in this file.
5245

5346
#### Fixed
5447
- Missing `dist` directory since npm was ignoring it due to lack of .npmignore
48+

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
],
1212
"license": "MIT",
1313
"homepage": "https://github.com/OneSignal/onesignal-node-api",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/OneSignal/onesignal-node-api"
17+
},
1418
"main": "./dist/index.js",
1519
"type": "commonjs",
1620
"exports": {

0 commit comments

Comments
 (0)