Skip to content

Commit 1db632d

Browse files
chore(release): 7.1.0 [skip ci]
# [7.1.0](7.0.1...7.1.0) (2026-01-31) ### Features * Add `apns-id` header to client return value ([#195](#195)) ([5567de1](5567de1))
1 parent 5567de1 commit 1db632d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [7.1.0](https://github.com/parse-community/node-apn/compare/7.0.1...7.1.0) (2026-01-31)
2+
3+
4+
### Features
5+
6+
* Add `apns-id` header to client return value ([#195](https://github.com/parse-community/node-apn/issues/195)) ([5567de1](https://github.com/parse-community/node-apn/commit/5567de1a6074c84d28e916c95e97410d8cec1734))
7+
18
## [7.0.1](https://github.com/parse-community/node-apn/compare/7.0.0...7.0.1) (2025-12-04)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@parse/node-apn",
33
"description": "An interface to the Apple Push Notification service for Node.js",
4-
"version": "7.0.1",
4+
"version": "7.1.0",
55
"author": "Parse Platform, Andrew Naylor <argon@mkbot.net>",
66
"keywords": [
77
"apple",

0 commit comments

Comments
 (0)