From 14f6846990b6f3e0efcdc9c40984c4f6ef390778 Mon Sep 17 00:00:00 2001 From: Tom Fox Date: Thu, 6 Jun 2019 23:32:59 +0100 Subject: [PATCH 1/3] bump version to 1.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d139a9e50..07d26f8f72 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.1", + "version": "1.3.2", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard" From e14a7b0172f754b7732f7f90e11abd9737a6fa05 Mon Sep 17 00:00:00 2001 From: Tom Fox Date: Thu, 6 Jun 2019 23:33:29 +0100 Subject: [PATCH 2/3] bump version to 1.3.2 --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 08d1198089..8f9234a4df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { From 7f6dc0ef64451624228b6221cbf89e2f35ca3f96 Mon Sep 17 00:00:00 2001 From: Tom Fox Date: Thu, 6 Jun 2019 23:37:45 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2045271ed8..690c6f8f56 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.1...master) +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.2...master) * _Contributing to this repo? Add info about your change here to be included in next release_ +### 1.3.2 +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.1...1.3.2) + +* FIX: Dockerhub configuration which was preventing 1.3.1 from publishing ([#1098](https://github.com/parse-community/parse-dashboard/pull/1098)), thanks to [Diamond Lewis](https://github.com/dplewis) + ### 1.3.1 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.0...1.3.1)