From 1abff3daafc30d9623b8d46426364b7d417e4a13 Mon Sep 17 00:00:00 2001 From: Tom Fox Date: Tue, 21 May 2019 22:12:31 +0100 Subject: [PATCH 1/3] version bump to 1.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2544b5d2d3..40db780e00 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.0", + "version": "1.3.1", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard" From c639ef3d812e1978b567dbe99a75677d598870b8 Mon Sep 17 00:00:00 2001 From: Tom Fox Date: Tue, 21 May 2019 22:13:03 +0100 Subject: [PATCH 2/3] version bump to 1.3.1 --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 87e46a2ea9..bbb7d2a6ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { From 8e999d88386d39ba981d119fe2601002a736a643 Mon Sep 17 00:00:00 2001 From: Tom Fox Date: Tue, 21 May 2019 22:22:44 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baeb0ed749..2045271ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ ## Parse Dashboard Changelog ### master -[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.0...master) +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.1...master) * _Contributing to this repo? Add info about your change here to be included in next release_ -* Fix: Correct inappropriate error message when no target audience is selected (#1052), thanks to [Bouimadaghene](https://github.com/starbassma) + +### 1.3.1 +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.0...1.3.1) + +* FIX: Correct inappropriate error message when no target audience is selected ([#1052](https://github.com/parse-community/parse-dashboard/pull/1051)), thanks to [Bouimadaghene](https://github.com/starbassma) +* FIX: issue regarding lost mount path ([#1070](https://github.com/parse-community/parse-dashboard/pull/1070)), thanks to [Diamond Lewis](https://github.com/dplewis) +* NEW: Add distinct / unique filter ([#920](https://github.com/parse-community/parse-dashboard/pull/920)), thanks to [Diamond Lewis](https://github.com/dplewis) ### 1.3.0 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.2.0...1.3.0)