File tree 3 files changed +26
-1
lines changed
3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ node_modules
2
+ npm-debug.log
3
+ * .md
4
+ PATENTS
5
+ LICENSE
6
+ Dockerfile
7
+ .dockerignore
8
+ .gitignore
9
+ .travis.yml
10
+ .istanbul.yml
11
+ .git
12
+ .github
13
+
14
+ # Build folder
15
+ lib /
16
+
17
+ # Tests
18
+ spec /
19
+
20
+ # IDEs
21
+ .idea /
Original file line number Diff line number Diff line change 4
4
5
5
* _ Contributing to this repo? Add info about your change here to be included in next release_
6
6
7
+ ### 1.0.22
8
+
9
+ * Fix issue affecting logging screen with encrypted passwords, thanks to [ lsohn] ( https://github.com/lsohn )
10
+
7
11
### 1.0.21
8
12
9
13
* Fix: Use mountPath for all log in and log out redirects
Original file line number Diff line number Diff line change 20
20
],
21
21
"homepage" : " https://github.com/ParsePlatform/parse-dashboard" ,
22
22
"bugs" : " https://github.com/ParsePlatform/parse-dashboard/issues" ,
23
- "version" : " 1.0.21 " ,
23
+ "version" : " 1.0.22 " ,
24
24
"repository" : {
25
25
"type" : " git" ,
26
26
"url" : " https://github.com/ParsePlatform/parse-dashboard"
You can’t perform that action at this time.
0 commit comments