Skip to content

Commit af48cbc

Browse files
committed
⚡ Release 2.0.0
1 parent 9724655 commit af48cbc

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Change Log
22

3+
## [2.0.0](https://github.com/parse-server-modules/parse-server-push-adapter/tree/v2.0.0) (2017-03-14)
4+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/v2.0.0-alpha.1...v2.0.0)
5+
6+
**What's new**
7+
8+
- Adds support for APNS notification title
9+
- Adds support for APN collapse-id
10+
11+
312
## [2.0.0-alpha.1](https://github.com/parse-server-modules/parse-server-push-adapter/tree/2.0.0-alpha.1) (2017-03-14)
4-
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/v1.3.0...2.0.0-alpha.1)
13+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/v1.3.0...v2.0.0-alpha.1)
514

615
**What's new**
716

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server-push-adapter",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "Base parse-server-push-adapter",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)