Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelhsin committed Jan 11, 2024
1 parent 2a5d5d2 commit ba980fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ none

---------------------------------------------------------------------

## V1.0.2
1. Update password check implementation

## V1.0.1
1. Support i18n

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataservice-example",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "server/index.js",
"scripts": {
Expand All @@ -14,4 +14,4 @@
],
"author": "Samuel Hsin <caramels@gmail.com> (https://github.com/datafe)",
"license": "(MIT OR Apache-2.0)"
}
}

0 comments on commit ba980fd

Please sign in to comment.