Skip to content

Commit 75a3f35

Browse files
chore(release): 6.4.1 [skip ci]
## [6.4.1](6.4.0...6.4.1) (2024-07-08) ### Bug Fixes * Verbose mode is enabled if environment variables `VERBOSE` or `VERBOSE_PARSE_SERVER_PUSH_ADAPTER` are set to any value ([#264](#264)) ([0f31300](0f31300))
1 parent 0f31300 commit 75a3f35

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.4.1](https://github.com/parse-community/parse-server-push-adapter/compare/6.4.0...6.4.1) (2024-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
* Verbose mode is enabled if environment variables `VERBOSE` or `VERBOSE_PARSE_SERVER_PUSH_ADAPTER` are set to any value ([#264](https://github.com/parse-community/parse-server-push-adapter/issues/264)) ([0f31300](https://github.com/parse-community/parse-server-push-adapter/commit/0f3130057fac576c6aa3f04399129a95709c4a34))
7+
18
# [6.4.0](https://github.com/parse-community/parse-server-push-adapter/compare/6.3.0...6.4.0) (2024-07-07)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parse/push-adapter",
3-
"version": "6.4.0",
3+
"version": "6.4.1",
44
"description": "Base parse-server-push-adapter",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)