Skip to content

Commit

Permalink
feat(version): bump to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Nov 21, 2016
1 parent 8c153f7 commit cdab0f4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- iojs
- 0.10
- 0.12
- 4
- 5
- 6
- 7
- stable
before_install:
- npm update -g npm
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ See `client/benchmark.html` for client-side.

## Changelog

* `1.0.6`
- Fix #34: options `pad` typo.
* `1.0.4`
- Fix CLI script call error when use it from Bash
- Added CLI usage example
Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "jshashes",
"version": "1.0.5",
"version": "1.0.6",
"description": "A fast and independent hashing library pure JavaScript implemented (ES3 compliant) for both server and client side (MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC and Base64)",
"keywords": ["hash", "md5", "sha1", "sha256", "hashes", "sha512", "RIPEMD", "base64", "hmac", "crc", "encoding", "algorithm"],
"version": "1.0.5",
"author": "Tomas Aparicio <tomas@aparicio.me>",
"main": "hashes.js",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion hashes.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
* @property {String} version
* @readonly
*/
VERSION: '1.0.5',
VERSION: '1.0.6',
/**
* @member Hashes
* @class Base64
Expand Down
2 changes: 1 addition & 1 deletion hashes.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jshashes",
"description": "A fast and independent hashing library pure JavaScript implemented (ES3 compliant) for both server and client side (MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC and Base64)",
"version": "1.0.5",
"version": "1.0.6",
"repository": "h2non/jshashes",
"author": "Tomas Aparicio <tomas@aparicio.me>",
"contributors": [
Expand Down

0 comments on commit cdab0f4

Please sign in to comment.