diff --git a/.travis.yml b/.travis.yml index 47d71a0c15..28849afbfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ after_script: - greenkeeper-lockfile-upload deploy: provider: npm + skip_cleanup: true on: tags: true all_branches: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 690c6f8f56..bceab1b840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ ## Parse Dashboard Changelog ### master -[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.2...master) +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.3...master) * _Contributing to this repo? Add info about your change here to be included in next release_ +### 1.3.3 +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.2...1.3.3) + +* FIX: Travis configuration which was preventing 1.3.2 from publishing, thanks to [Diamond Lewis](https://github.com/dplewis) + ### 1.3.2 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.1...1.3.2) diff --git a/package-lock.json b/package-lock.json index 8f9234a4df..676449fd82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 07d26f8f72..9d8b43b3eb 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.3.2", + "version": "1.3.3", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard"