[Pkg-javascript-commits] [node-ripemd160] 44/71: 1.0.1
Bastien Roucariès
rouca at moszumanska.debian.org
Thu May 4 10:25:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-ripemd160.
commit 42172c6527a55a24a9ee306996b4a8578d4780db
Author: JP Richardson <jprichardson at gmail.com>
Date: Tue May 5 07:21:01 2015 -0500
1.0.1
---
CHANGELOG.md | 8 ++++++--
package.json | 5 +++--
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ae7802..9e1e6df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+1.0.1 / 2015-05-05
+------------------
+- standard formatting
+
1.0.0 / 2015-01-14
------------------
- updated dev deps
@@ -20,7 +24,7 @@
0.1.0 / 2013-11-20
------------------
-* changed package name
+* changed package name
* removed AMD support
0.0.2 / 2013-11-06
@@ -29,4 +33,4 @@
0.0.1 / 2013-11-03
------------------
-* initial release
\ No newline at end of file
+* initial release
diff --git a/package.json b/package.json
index b65e70c..8aa9970 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ripemd160",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Compute ripemd160 of bytes or strings.",
"keywords": [
"string",
@@ -14,7 +14,8 @@
"license": "BSD-3-Clause",
"devDependencies": {
"mocha": "^2.1.0",
- "mochify": "^2.1.1"
+ "mochify": "^2.1.1",
+ "standard": "3.x"
},
"repository": {
"url": "https://github.com/crypto-browserify/ripemd160",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ripemd160.git
More information about the Pkg-javascript-commits
mailing list