!3 update to 0.1.2

From: @lyn1001 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2023-11-01 01:15:59 +00:00 committed by Gitee
commit 76cb9044b8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 4 additions and 1 deletions

Binary file not shown.

BIN
duplexer-0.1.2.tgz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global enable_tests 1 %global enable_tests 1
%global module_name duplexer %global module_name duplexer
Name: nodejs-%{module_name} Name: nodejs-%{module_name}
Version: 0.1.1 Version: 0.1.2
Release: 1 Release: 1
Summary: Creates a duplex stream Summary: Creates a duplex stream
License: MIT License: MIT
@ -40,5 +40,8 @@ node test
%{nodejs_sitelib}/%{module_name} %{nodejs_sitelib}/%{module_name}
%changelog %changelog
* Tue Oct 31 2023 liyanan <liyanan61@h-parners.com> - 0.1.2-1
- Update to 0.1.2
* Tue Aug 18 2020 leiju <leiju4@huawei.com> - 0.1.1-1 * Tue Aug 18 2020 leiju <leiju4@huawei.com> - 0.1.1-1
- Package init - Package init