Skip to content

Commit efadad8

Browse files
Merge branch 'master' into apns-push-type
2 parents 1a583b3 + 954b867 commit efadad8

File tree

6 files changed

+6252
-4177
lines changed

6 files changed

+6252
-4177
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
language: node_js
22
node_js:
3-
- '8.9.1'
3+
- 10.14.1
44
after_success: "./node_modules/.bin/codecov"
55
deploy:
66
provider: npm
7-
api_key: $NPM_TOKEN
87
on:
8+
skip_cleanup: true
99
tags: true
10-
repo: parse-server-modules/parse-server-push-adapter
10+
repo: parse-community/parse-server-push-adapter
11+
api_key:
12+
secure: VBk+o3Si1MAe8KJ8qSveEsvKU/g4byTs6IO3og5FZSCNFLsn2HaIn12KFE/YTGbygTv1wusOf4qnKG/ag0VNaVaSZ7gIddYVCPw94k0M4Ig3r+FkUR+zHvx5VEWg3YVUSvC+j5lLUqcHXo4r0vbPWNLNcGjKcOsbSEC61T4juskkEC9lTmRaOCRBcZtI5DZ4iLzc+YqFToRL7YWm8i9MY9mB4oLcg/GO460wGuB5hKHPEsruy4dbYIezaUtxqpikZ1spQzzqSUrFFJLQoEcJdTraLBi1rRVb4P7kUErtq0ZUzBdqwAbwz+iowfyYWAONQqK45t1lD6x4vG2M4ps4UW7eMsRkFZakPafGZwIg24LIsHIH3V4qkcP0gc/AiKKXEluql/9bdcwDvBmy5439xSaid46QzcyPjrn7qTxjmwDlBJ1vPuJpADuUCDBc2H9KWOjpHNYPcOEInysjelXadzRFQqR51rOEK/nlYZEeUQLPGvNbntP+r0qcVNXyoDCvxDiq/aQdgJgdG0te5Smd/9cOwDOZxK9Z8lGJ1pWldJ0Da6YgdrJ9ui04GQdNlTb2vyFOsd6YIOgwQIWoSXFdOtkmDf+ozkEmDdu1p4ReezmBK7DIhBJ1X18HkaiNrZcc956UDYYsoI4fY+dwrS8bWzMg9GgjXcA/ldQh6hhdUXg=
13+
email:
14+
secure: HxWGX+GGmxx1b8qp/s1g4s0dm15Qthf55Peh+Fgi+JNWzQFkUVDAEeUs7e1DTxubcGhUiE8QI/edQbcw6JeMQf+8cnAfqTzTZI7Au/Kgrn5vQR8BLkE1rYZD1vtfHtZ7sl8ZDui1jclOxG6V5ZqUCDKCyaKW0Quq4qROyumuluMCJ+Ds2Za2xBO9StsrrQleAvhReOd7IiZVokZVidKxhynUxHHPdX/FgG7C8HsaWFDFd9jPLvRylB2AVr/BB2gZqS+D76EJIc4fLervMD4UDRML5mwBmlrfH1EgS/9NGv66iLhisKgDLeh5TT+lMMPJihWvUk2K42c9HfRNJHozGDJZt77EuOEg+zkYRSSomEBY0a0zoDtiZHfwDjZ9jfbLua0DfD7sD3d3DAbkTdYkz9e5TMGdP7lVNg8+LtzCTZQnuOs7VHCE7LxLhS8AjaqvrA2LSxEU64U1HBIrcy1vxx7ipLMZa9HO+GmmznsDd5nZJ9ukSIGTyWzHMR6n7jhs7+q5QKlxeS9icNBrU5hRSYjfm19hCV+A1X1EDUSKQ79yIqO68F+d09vQuHigQFHpaDCr+ya79qpDogbIoI5fE5T4plXKsK2q2mPsK5OIPadr3h0rSPBL1UUIdP9Hzn2FOXtpFv0n7NcmHbz8cRPf5oB1Q1tQFA5VDYEW6EE4YIk=

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
### master
4+
5+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.3...master)
6+
7+
## [3.0.3](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.0.3) (2019-07-12)
8+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.2...3.0.3)
9+
Continuing attempt to get travis to deploy to npm on release. Third time's a charm?
10+
11+
## [3.0.2](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.0.2) (2019-07-12)
12+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.1...3.0.2)
13+
Update Travis to deploy the correct repo to npm
14+
15+
## [3.0.1](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.0.1) (2019-07-11)
16+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/v2.0.3...3.0.1)
17+
Update Packages to address security alerts
18+
19+
320
## [2.0.3](https://github.com/parse-server-modules/parse-server-push-adapter/tree/v2.0.3) (2018-04-13)
421
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/v2.0.2...v2.0.3)
522

@@ -12,7 +29,7 @@
1229

1330
**What's new**
1431

15-
- Adds ability to pass apn key for iOS pushes
32+
- Adds ability to pass apn key for iOS pushes
1633

1734
## [2.0.1](https://github.com/parse-server-modules/parse-server-push-adapter/tree/v2.0.1) (2017-10-21)
1835
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/v2.0.0...v2.0.1)
@@ -117,4 +134,4 @@
117134
## [v1.0.0](https://github.com/parse-server-modules/parse-server-push-adapter/tree/v1.0.0) (2016-03-25)
118135

119136

120-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
137+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)