Skip to content

Commit 00b3227

Browse files
authored
Prepare security release (#129)
* Prepare 3.0.1 and upgrade Packages * update travis
1 parent 30c3e89 commit 00b3227

File tree

4 files changed

+4883
-2356
lines changed

4 files changed

+4883
-2356
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
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:
98
tags: true
109
repo: parse-server-modules/parse-server-push-adapter
10+
api_key:
11+
secure: VBk+o3Si1MAe8KJ8qSveEsvKU/g4byTs6IO3og5FZSCNFLsn2HaIn12KFE/YTGbygTv1wusOf4qnKG/ag0VNaVaSZ7gIddYVCPw94k0M4Ig3r+FkUR+zHvx5VEWg3YVUSvC+j5lLUqcHXo4r0vbPWNLNcGjKcOsbSEC61T4juskkEC9lTmRaOCRBcZtI5DZ4iLzc+YqFToRL7YWm8i9MY9mB4oLcg/GO460wGuB5hKHPEsruy4dbYIezaUtxqpikZ1spQzzqSUrFFJLQoEcJdTraLBi1rRVb4P7kUErtq0ZUzBdqwAbwz+iowfyYWAONQqK45t1lD6x4vG2M4ps4UW7eMsRkFZakPafGZwIg24LIsHIH3V4qkcP0gc/AiKKXEluql/9bdcwDvBmy5439xSaid46QzcyPjrn7qTxjmwDlBJ1vPuJpADuUCDBc2H9KWOjpHNYPcOEInysjelXadzRFQqR51rOEK/nlYZEeUQLPGvNbntP+r0qcVNXyoDCvxDiq/aQdgJgdG0te5Smd/9cOwDOZxK9Z8lGJ1pWldJ0Da6YgdrJ9ui04GQdNlTb2vyFOsd6YIOgwQIWoSXFdOtkmDf+ozkEmDdu1p4ReezmBK7DIhBJ1X18HkaiNrZcc956UDYYsoI4fY+dwrS8bWzMg9GgjXcA/ldQh6hhdUXg=
12+
email:
13+
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: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
### master
4+
5+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/3.0.1...master)
6+
7+
8+
## [3.0.1](https://github.com/parse-server-modules/parse-server-push-adapter/tree/3.0.1) (2019-07-11)
9+
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/v2.0.3...3.0.1)
10+
Update Packages to address security alerts
11+
12+
313
## [2.0.3](https://github.com/parse-server-modules/parse-server-push-adapter/tree/v2.0.3) (2018-04-13)
414
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/v2.0.2...v2.0.3)
515

@@ -12,7 +22,7 @@
1222

1323
**What's new**
1424

15-
- Adds ability to pass apn key for iOS pushes
25+
- Adds ability to pass apn key for iOS pushes
1626

1727
## [2.0.1](https://github.com/parse-server-modules/parse-server-push-adapter/tree/v2.0.1) (2017-10-21)
1828
[Full Changelog](https://github.com/parse-server-modules/parse-server-push-adapter/compare/v2.0.0...v2.0.1)
@@ -117,4 +127,4 @@
117127
## [v1.0.0](https://github.com/parse-server-modules/parse-server-push-adapter/tree/v1.0.0) (2016-03-25)
118128

119129

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

0 commit comments

Comments
 (0)