diff --git a/CHANGELOG.md b/CHANGELOG.md index bceab1b840..cce5e3328f 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.3...master) +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.4.0...master) * _Contributing to this repo? Add info about your change here to be included in next release_ +### 1.4.0 +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.3...1.4.0) +* Security Fix: see the [advisory](https://github.com/parse-community/parse-dashboard/network/alert/package-lock.json/lodash/open) for details. [22d748](https://github.com/parse-community/parse-dashboard/pull/1134/commits/22d748fdc1e95661dc39226f5f797dc8fb0e5c2f) +* Feature: GraphQL API playground ([#1123](https://github.com/parse-community/parse-dashboard/pull/1123)), thanks to [Douglas Muraoka](https://github.com/douglasmuraoka) +* Fix: Can't switch (dropdown list) between servers [#1045](https://github.com/parse-community/parse-dashboard/issues/1045) ([#1125](https://github.com/parse-community/parse-dashboard/pull/1125)), thanks to [Douglas Muraoka](https://github.com/douglasmuraoka) + ### 1.3.3 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.2...1.3.3) diff --git a/package-lock.json b/package-lock.json index 3ab2fc01bf..637addccb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "1.3.3", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -10041,7 +10041,7 @@ "graphql-upload": "8.0.7", "intersect": "1.0.1", "jsonwebtoken": "8.5.1", - "lodash": "4.17.13", + "lodash": "4.17.14", "lru-cache": "5.1.1", "mime": "2.4.4", "mongodb": "3.2.7", diff --git a/package.json b/package.json index 089828ffbd..6ee245b6c3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "Cloud Code Viewer", "Cloud Code Jobs Viewer and Runner", "Parse Config", - "API Console", + "REST API Console", + "GraphQL API Console", "Class Level Permissions Editor", "Pointer Permissions Editor", "Send Push Notifications", @@ -20,7 +21,7 @@ ], "homepage": "https://github.com/ParsePlatform/parse-dashboard", "bugs": "https://github.com/ParsePlatform/parse-dashboard/issues", - "version": "1.3.3", + "version": "1.4.0", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard"