[Pkg-javascript-commits] [node-ripemd160] 09/71: 0.1.0

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:25:37 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 5e748017ce287b1a5675dc0aeeee1861201eaa20
Author: JP Richardson <jprichardson at gmail.com>
Date:   Thu Nov 21 00:49:54 2013 -0600

    0.1.0
---
 CHANGELOG.md   | 5 +++++
 bower.json     | 2 +-
 component.json | 2 +-
 package.json   | 4 ++--
 4 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92dd890..62810bd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.1.0 / 2013-11-20
+------------------
+* changed package name 
+* removed AMD support
+
 0.0.2 / 2013-11-06
 ------------------
 * fixed component.json file
diff --git a/bower.json b/bower.json
index ea47f0e..fe5ec89 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
   "name": "ripemd160",
-  "version": "0.0.2",
+  "version": "0.1.0",
   "description": "Compute RIPEMD160 of bytes or strings",
   "keywords": [
     "string",
diff --git a/component.json b/component.json
index aa7ef8e..f794c9f 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
 {
   "name": "ripemd160",
-  "version": "0.0.2",
+  "version": "0.1.0",
   "description": "Compute RIPEMD160 of bytes or strings.",
   "keywords": [
     "string",
diff --git a/package.json b/package.json
index 6b31a91..a417e53 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ripemd160",
-  "version": "0.0.2",
+  "version": "0.1.0",
   "description": "Compute RIPEMD160 of bytes or strings.",
   "keywords": [
     "string",
@@ -22,4 +22,4 @@
     "convert-hex": "~0.1.0",
     "convert-string": "~0.1.0"
   }
-}
+}
\ No newline at end of file

-- 
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