From 7fca6e7a02fd7ec756ffc9cfb4081d9b15313bea Mon Sep 17 00:00:00 2001 From: tex0l Date: Fri, 23 Oct 2020 09:58:20 +0200 Subject: [PATCH 1/2] add tex0l in the contributors & bump version to 1.2.0 --- CHANGELOG | 5 ++++- package-lock.json | 2 +- package.json | 7 ++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 291b3c4..dcb1c36 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,14 @@ Changelog ========= -UNRELEASED - 2020-10-04 +1.2.0 - 2020-10-23 ------------------ - Unified native I/O to hex strings ; + [tex0l] - Added other encoding methods : 'legacy' which behaves like v1.1.2, 'hex', 'base64' and 'buffer' + [tex0l] - Update example with tests for a range of test vectors + [tex0l] 1.1.2 - 2019-12-20 ------------------ diff --git a/package-lock.json b/package-lock.json index f27e63a..cff00a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-scrypt", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d0d1875..54f78e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-scrypt", - "version": "1.1.2", + "version": "1.2.0", "description": "Native scrypt for React Native", "main": "index.js", "types": "index.d.ts", @@ -16,6 +16,11 @@ { "name": "Demetris Manikas", "email": "demetris.manikas@gmail.com" + }, + { + "name": "Timothée Rebours", + "email": "tim@seald.io", + "url": "https://github.com/tex0l" } ], "keywords": [ From 1241157c95c26a0cd9518788319e2262591d2e85 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Fri, 23 Oct 2020 10:03:59 +0200 Subject: [PATCH 2/2] Pod should lock to 1.2 --- example/ios/Podfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index c327c7f..3f1c504 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -219,7 +219,7 @@ PODS: - React-cxxreact (= 0.61.4) - React-jsi (= 0.61.4) - ReactCommon/jscallinvoker (= 0.61.4) - - RNScrypt (1.1.2): + - RNScrypt (1.2.0): - React - Yoga (1.14.0)