We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221003a commit ef1cf9aCopy full SHA for ef1cf9a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Parse Dashboard Changelog
2
3
+### 1.0.17
4
+
5
+* Fix: Revert mount path change that was causing issues when mounting on express
6
7
### 1.0.16
8
9
* New: Add options to add selected rows to a relation, thanks to [Han BaHwan](https://github.com/Beingbook)
package.json
@@ -19,7 +19,7 @@
19
],
20
"homepage": "https://github.com/ParsePlatform/parse-dashboard",
21
"bugs": "https://github.com/ParsePlatform/parse-dashboard/issues",
22
- "version": "1.0.16",
+ "version": "1.0.17",
23
"repository": {
24
"type": "git",
25
"url": "https://github.com/ParsePlatform/parse-dashboard"
0 commit comments