Skip to content

Commit 6b43a90

Browse files
Version 1.0.23 (#650)
1 parent f15e190 commit 6b43a90

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
22

3-
- [ ] You're running version >=1.0.22 of Parse Dashboard.
3+
- [ ] You're running version >=1.0.23 of Parse Dashboard.
44

5-
- [ ] You're running version >=2.3.1 of Parse Server.
5+
- [ ] You're running version >=2.3.2 of Parse Server.
66

77
- [ ] You've searched through [existing issues](https://github.com/ParsePlatform/parse-dashboard/issues?utf8=%E2%9C%93&q=). Chances are that your issue has been reported or resolved before.
88

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
### NEXT RELEASE
44

55
* _Contributing to this repo? Add info about your change here to be included in next release_
6-
* Fix: Config FETCH results in 401 (#339), thanks to [Matt Simms](https://github.com/brndmg)
6+
7+
### 1.0.23
8+
* Improvement: Enabling web hooks (#584), thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo)
9+
* Improvement: Set autofocus on the username input field (#644), thanks to [Herman Liang](https://github.com/hermanliang)
10+
* Fix: Browser won't render class table with field that contains an object (#623), thanks to [Jordan Haven](https://github.com/jordanhaven)
11+
* Fix: Config FETCH results in 401 (#575), thanks to [Matt Simms](https://github.com/brndmg)
712

813
### 1.0.22
914

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"homepage": "https://github.com/ParsePlatform/parse-dashboard",
2222
"bugs": "https://github.com/ParsePlatform/parse-dashboard/issues",
23-
"version": "1.0.22",
23+
"version": "1.0.23",
2424
"repository": {
2525
"type": "git",
2626
"url": "https://github.com/ParsePlatform/parse-dashboard"

0 commit comments

Comments
 (0)