Skip to content

Commit ba980fd

Browse files
authored
update code
1 parent 2a5d5d2 commit ba980fd

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ none
1010

1111
---------------------------------------------------------------------
1212

13+
## V1.0.2
14+
1. Update password check implementation
15+
1316
## V1.0.1
1417
1. Support i18n
1518

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dataservice-example",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "server/index.js",
66
"scripts": {
@@ -14,4 +14,4 @@
1414
],
1515
"author": "Samuel Hsin <caramels@gmail.com> (https://github.com/datafe)",
1616
"license": "(MIT OR Apache-2.0)"
17-
}
17+
}

0 commit comments

Comments
 (0)