Skip to content

Commit 79a7ee9

Browse files
chore(release): 4.1.0 [skip ci]
# [4.1.0](4.0.0...4.1.0) (2021-11-21) ### Features * add support for APNS `interruption-level` and `target-content-id` ([#197](#197)) ([e0541ec](e0541ec))
1 parent 6a04533 commit 79a7ee9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.1.0](https://github.com/parse-community/parse-server-push-adapter/compare/4.0.0...4.1.0) (2021-11-21)
2+
3+
4+
### Features
5+
6+
* add support for APNS `interruption-level` and `target-content-id` ([#197](https://github.com/parse-community/parse-server-push-adapter/issues/197)) ([e0541ec](https://github.com/parse-community/parse-server-push-adapter/commit/e0541ecc5fd894c5bf34815f837ce41cb467c86f))
7+
18
# 4.0.0
29
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.4.1...4.0.0)
310

package-lock.json

+1-1
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": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Base parse-server-push-adapter",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)