Skip to content

Commit b1e3d61

Browse files
committed
Version 1.0.22
1 parent b3fcf2b commit b1e3d61

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

.dockerignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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/

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
* _Contributing to this repo? Add info about your change here to be included in next release_
66

7+
### 1.0.22
8+
9+
* Fix issue affecting logging screen with encrypted passwords, thanks to [lsohn](https://github.com/lsohn)
10+
711
### 1.0.21
812

913
* Fix: Use mountPath for all log in and log out redirects

package.json

+1-1
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.21",
23+
"version": "1.0.22",
2424
"repository": {
2525
"type": "git",
2626
"url": "https://github.com/ParsePlatform/parse-dashboard"

0 commit comments

Comments
 (0)