Skip to content

Commit f344621

Browse files
chore(release): 6.4.3 [skip ci]
## [6.4.3](6.4.2...6.4.3) (2025-02-11) ### Bug Fixes * Does not allow sending the priority of 10 for notifications ([#173](#173)) ([689ce37](689ce37))
1 parent 689ce37 commit f344621

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.4.3](https://github.com/parse-community/node-apn/compare/6.4.2...6.4.3) (2025-02-11)
2+
3+
4+
### Bug Fixes
5+
6+
* Does not allow sending the priority of 10 for notifications ([#173](https://github.com/parse-community/node-apn/issues/173)) ([689ce37](https://github.com/parse-community/node-apn/commit/689ce3734dcd5170ac7e16bb67f73551de6a6b74))
7+
18
## [6.4.2](https://github.com/parse-community/node-apn/compare/6.4.1...6.4.2) (2025-02-08)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "6.4.2",
4+
"version": "6.4.3",
55
"author": "Parse Platform, Andrew Naylor <argon@mkbot.net>",
66
"keywords": [
77
"apple",

0 commit comments

Comments
 (0)