We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5d5d2 commit ba980fdCopy full SHA for ba980fd
2 files changed
CHANGELOG.md
@@ -10,6 +10,9 @@ none
10
11
---------------------------------------------------------------------
12
13
+## V1.0.2
14
+1. Update password check implementation
15
+
16
## V1.0.1
17
1. Support i18n
18
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dataservice-example",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "",
5
"main": "server/index.js",
6
"scripts": {
@@ -14,4 +14,4 @@
],
"author": "Samuel Hsin <caramels@gmail.com> (https://github.com/datafe)",
"license": "(MIT OR Apache-2.0)"
-}
+}
0 commit comments