Skip to content

Commit 63f1cf3

Browse files
authored
3.2.0 (#149)
Update [email protected]
1 parent c9a1fc6 commit 63f1cf3

File tree

3 files changed

+26
-20
lines changed

3 files changed

+26
-20
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
### master
44

5-
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.1.0...master)
5+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.2.0...master)
6+
7+
## [3.2.0](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.2.0) (2019-10-26)
8+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.1.0...3.2.0)
9+
10+
- Support headers (expiration_time, collapse_id, push_type, priority) in data field ([#148](https://github.com/parse-community/parse-server-push-adapter/pull/148)) (thanks to [@dplewis](https://github.com/dplewis))
11+
612

713
## [3.1.0](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.1.0) (2019-10-03)
814
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.10...3.1.0)

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@parse/push-adapter",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Base parse-server-push-adapter",
55
"main": "lib/index.js",
66
"files": [
@@ -36,7 +36,7 @@
3636
"@parse/node-apn": "^3.1.0",
3737
"@parse/node-gcm": "^1.0.0",
3838
"npmlog": "^4.0.2",
39-
"parse": "^2.7.1"
39+
"parse": "2.8.0"
4040
},
4141
"engines": {
4242
"node": ">= 8.9.1"

0 commit comments

Comments
 (0)