Skip to content

Commit be7fbc0

Browse files
committed
Fix doc annotation for 2b3c8f6 and upgrade to v2.0.0
- Fix doc annotation word for commit 2b3c8f6. - Update copyright footer style in README file. - Upgrade version to v2.0.0.
1 parent 50c146a commit be7fbc0

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Parameter | return
2424
## License
2525
> [MIT](https://github.com/xn-02f/md5/blob/master/LICENSE)
2626
27+
<br>
28+
<br>
2729
<div align=center>
28-
&copy; 2019 &nbsp; | &nbsp; <a href="https://xn-02f.github.io" target="_blank">xn-02f</a>
30+
<sub>
31+
&copy; 2019 &nbsp; | &nbsp; <a href="https://xn-02f.github.io" target="_blank">xn-02f</a>
32+
</sub>
2933
</div>

md5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Convert string to md5 hash.
99
*
10-
* @param {string} string The raw string you want to convert.
10+
* @param {string} value The raw string you want to convert.
1111
* @return {string} The hexadecimal hash string that is handled and converted.
1212
*/
1313
module.exports = (value) => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xn-02f/md5",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "A MD5 library without dependencies for node, convert string to MD5 hash.",
55
"main": "md5.js",
66
"types": "md5.d.ts",

0 commit comments

Comments
 (0)