diff --git a/.gitignore b/.gitignore index cda5118..37dbaee 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /duplexify-3.4.2.tgz /duplexify-3.4.3.tgz /duplexify-3.4.5.tgz +/duplexify-3.4.6.tgz diff --git a/nodejs-duplexify.spec b/nodejs-duplexify.spec index 54a9e2b..be54c67 100644 --- a/nodejs-duplexify.spec +++ b/nodejs-duplexify.spec @@ -2,8 +2,8 @@ %global module_name duplexify Name: nodejs-%{module_name} -Version: 3.4.5 -Release: 2%{?dist} +Version: 3.4.6 +Release: 1%{?dist} Summary: Turn a writeable and readable stream into a single streams2 duplex stream License: MIT @@ -54,6 +54,9 @@ tap test.js %{nodejs_sitelib}/%{module_name} %changelog +* Fri Oct 21 2016 Parag Nemade - 3.4.6-1 +- Update to 3.4.6 release + * Thu Oct 06 2016 Parag Nemade - 3.4.5-2 - Add BR: npm(stream-shift) and npm(readable-stream) diff --git a/sources b/sources index 0e47123..1faa246 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -167d089bb758eeb5e9d1d584b4e44a03 duplexify-3.4.5.tgz +e7d78b166545ca2faffe73f0d2a3baab duplexify-3.4.6.tgz