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/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) 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": [