Skip to content

Commit ae800f3

Browse files
chore(release): 6.4.1 [skip ci]
## [6.4.1](6.4.0...6.4.1) (2025-02-08) ### Bug Fixes * Incorrectly attempting to send body in `GET`, `DELETE` requests ([#169](#169)) ([7ca2681](7ca2681))
1 parent 7ca2681 commit ae800f3

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.1](https://github.com/parse-community/node-apn/compare/6.4.0...6.4.1) (2025-02-08)
2+
3+
4+
### Bug Fixes
5+
6+
* Incorrectly attempting to send body in `GET`, `DELETE` requests ([#169](https://github.com/parse-community/node-apn/issues/169)) ([7ca2681](https://github.com/parse-community/node-apn/commit/7ca268162817dc3604eda46f9ff2433605075c9e))
7+
18
# [6.4.0](https://github.com/parse-community/node-apn/compare/6.3.0...6.4.0) (2025-02-06)
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.0",
4+
"version": "6.4.1",
55
"author": "Parse Platform, Andrew Naylor <argon@mkbot.net>",
66
"keywords": [
77
"apple",

0 commit comments

Comments
 (0)