From 14d73e9efa221f5344cdab349722f5657214d50a Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Thu, 20 Oct 2016 12:43:20 -0400 Subject: [PATCH] Release 1.0.19 (#560) * Adds script to push to npm * Changelog for 1.0.19 --- .travis.yml | 17 ++++++++++++++--- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe16582d31..05d04877fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,16 @@ language: node_js node_js: - - "4.4" - - "5.7" - - "6.1" +- '4.4' +- '5.7' +- '6.1' +deploy: + provider: npm + on: + tags: true + all_branches: true + condition: "$TRAVIS_JOB_NUMBER = $TRAVIS_BUILD_NUMBER.1" + repo: ParsePlatform/parse-dashboard + email: + secure: NVlNLZh4bsCUaO1qYdXp6DpYnISQIXqz0xIaMfPI06CqFErkqlodWD7aOOYT2LyKos1f9QbQBbURl27drtJLudNqIXfMFbWMc0MwDJp4fJBa6vRFdn1jYNDcrqTbdAAoH5z6SU4r7YdiPz5pIJ7XjMajryaB7dAZLNiuZaTeTboF6QEQj+j+bw9IMcuiDIxQt3t+5f9Raah1HwZX5h5CBXS8voE97deCpf6jdVt3gaKvnZGvTvnDfYBsvmDE2ueqFK/xjt240PMArxqTbkEVFl/7Gti5jurLIKtX7StNsEZZZiGJS2+E9Px5nSFMM3JKnfD5Cj6IZxqobL9mQ4KueaL3tX5BOnbHfSpJs2t3Lp8TO0hnpmn8w/d7pekOjH3LihgC7AbZ3/ark9ZvPvP63XKhivKL4NuvNa+8yHeQNOLIzOjTPZl7ZS6XkibwxsOtgasMQWK4/Ttg6/jHHPjaXbnqn7ZoIM2GPZBv22xaReIWSRJdgW8G9ceSBEIIZFONkKsH0apDDq3eHg0vNEI4R3oEmV6t/R9yvpCzarfNLn5+l80ztMM+rX91eXT8B5V8Mpy+7urbQwIoFLUGRPDxbofEqEm8S6sLsjyYe7VnxBC4Lhir3DFxYL0+q5YLfhq64AejA4BM65+v5SyvXCUvyakzsRsydU230sJyaONHD5I= + api_key: + secure: k3c9OMqlY5fZ4E+G1IataTfChw+Qyd3b/VkoQiKri6AD795RKKB4lfV69PyfQJ2Mlw8nKp8CkQKYPRgf8as23xg4XSNkoaQOeL5kTRFuN+T5BEEoS/eJVx276csQ0edHfYGwW4rM4AbdPjlr+8CjmNqsYRmCXHYF5HiNIIaD+Y9fU4hMpx5JZvmVI0NePZzEe4wAFiCQ2doqeXdam808qNHInl2BayZLPZyU7dLAk+CBH+gTL4u9bn2Q4eWwICB8XI2heIm6i9oXJUReSCLY387FyowtGeepH/Q3g6JDxKmZ3qw+biYdyyk9TJdDfPUcjWHDlD+pQAHiBOUtxLh+5wVi9lIYaYHJDC74KRPmxgKyTvGf41z7q8IcK9dc3Eu5JIqtGmzpkCHYBHHkQ29W75sHOW8OuI/7VAZDr5pjZqU7LE9dHuk2Da8EccJQ1WHkBul3Tt36YWL1TtsgyE+PbpxOdq72+71Ji0Zh3O6udgVqBEZKFz6Fow7cMUUTWCy5oMSPdjqwW3C/jyB2tpliZfX1Lq+hysCwAjuKNhegyOwOGshf9xW0JcjBcHN+Q6fCaKlN8R/MRkMk1CRcbzxwt4SMKIskR/YgmbJ0ozaC5uI/HkKKpno+VTjPRKpzFBBA6L+ZWnt+0KLsjOjO6ITF1WjAfHK9lBBLjd87jWgsBBE= diff --git a/CHANGELOG.md b/CHANGELOG.md index 263bbe03ce..7f2a9351e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## Parse Dashboard Changelog +### 1.0.19 + +* New: Support for trusting proxies w/ HTTPS +* New: Support for filtering string with `ends with` +* New: View parse-server based jobs +* New: Button to add rows from browser toolbar +* New: Support for encrypted passwords +* New: Support for sorting by `createdAt` +* Improvement: Push audiences support +* Fix: Calendar dates support + ### 1.0.18 * Fix: Revert history change that was causing issues when mounting on express diff --git a/package.json b/package.json index 0b845225eb..8de782f4e9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ], "homepage": "https://github.com/ParsePlatform/parse-dashboard", "bugs": "https://github.com/ParsePlatform/parse-dashboard/issues", - "version": "1.0.18", + "version": "1.0.19", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard"