update package

This commit is contained in:
Chen, Yi-Cyuan
2017-07-03 09:01:22 +08:00
parent 94a2758bf7
commit c43f9d1d18
5 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,5 +1,9 @@
# Change Log
## v0.6.1 / 2017-07-03
### Fixed
- Typo on variable kmac_256 type definition. #12
## v0.6.0 / 2017-06-15
### Added
- cSHAKE method.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "js-sha3",
"version": "0.6.0",
"version": "0.6.1",
"main": ["src/sha3.js"],
"ignore": [
"samples",
+1 -1
View File
@@ -1,7 +1,7 @@
/**
* [js-sha3]{@link https://github.com/emn178/js-sha3}
*
* @version 0.6.0
* @version 0.6.1
* @author Chen, Yi-Cyuan [emn178@gmail.com]
* @copyright Chen, Yi-Cyuan 2015-2017
* @license MIT
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "js-sha3",
"version": "0.6.0",
"version": "0.6.1",
"description": "A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.",
"main": "src/sha3.js",
"typings": "index",
+1 -1
View File
@@ -1,7 +1,7 @@
/**
* [js-sha3]{@link https://github.com/emn178/js-sha3}
*
* @version 0.6.0
* @version 0.6.1
* @author Chen, Yi-Cyuan [emn178@gmail.com]
* @copyright Chen, Yi-Cyuan 2015-2017
* @license MIT