From f53406da5e7b63d8788834f02b2077c274d50fa6 Mon Sep 17 00:00:00 2001 From: Alex Radetsky Date: Fri, 12 Aug 2022 20:11:21 +0300 Subject: [PATCH] release 0.14.7 (#935) --- CHANGELOG.md | 24 ++++++++++++++++--- .../themis/react-native-themis/package.json | 2 +- src/wrappers/themis/wasm/package.json | 2 +- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 049426f87..d4aec2b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ Changes that are currently in development and have not been released yet. +## [0.14.7](https://github.com/cossacklabs/themis/releases/tag/0.14.7), Aug 12th 2022 + + +**Upgrade packages versions for security reasons in React Native Themis package.json +([934](https://github.com/cossacklabs/themis/pull/934/)).** + + +**Fix the bug with encryption of large files +([933](https://github.com/cossacklabs/themis/pull/933/)).** + +- Added option to build WASM file. + +**Resolve the issue in React Native Themis to support Javascript exceptions +([930](https://github.com/cossacklabs/themis/pull/930/))** + +- Define additional checks to generate Javascript exceptions in case of empty required parameters. + + ## [0.14.6](https://github.com/cossacklabs/themis/releases/tag/0.14.6), May 24th 2022 **Reduce WasmThemis binary size x3, by increasing the compiler optimization level for WasmThemis build ([919](https://github.com/cossacklabs/themis/pull/919/)).** @@ -22,10 +40,10 @@ Changes that are currently in development and have not been released yet. - Added React Native Themis with Typescript support ([#902], [#903], [#905], [#906]). - [`react-native-themis`](https://www.npmjs.com/package/react-native-themis) is now available on npm! 🎉 - + [`react-native-themis`](https://www.npmjs.com/package/react-native-themis) is now available on npm! 🎉 + npm install react-native-themis - + [Read more about React Native support](https://docs.cossacklabs.com/themis/languages/react-native/). [#902]: https://github.com/cossacklabs/themis/pull/902 diff --git a/src/wrappers/themis/react-native-themis/package.json b/src/wrappers/themis/react-native-themis/package.json index 83d84b37b..330b6fade 100644 --- a/src/wrappers/themis/react-native-themis/package.json +++ b/src/wrappers/themis/react-native-themis/package.json @@ -1,6 +1,6 @@ { "name": "react-native-themis", - "version": "0.14.5", + "version": "0.14.7", "description": "Themis React Native is a convenient cryptographic library for data protection", "react-native": "src/index", "source": "src/index", diff --git a/src/wrappers/themis/wasm/package.json b/src/wrappers/themis/wasm/package.json index a0bd4b5d3..bee242431 100644 --- a/src/wrappers/themis/wasm/package.json +++ b/src/wrappers/themis/wasm/package.json @@ -1,6 +1,6 @@ { "name": "wasm-themis", - "version": "0.14.6", + "version": "0.14.7", "description": "Themis is a convenient cryptographic library for data protection.", "main": "dist/index.js", "types": "dist/index.d.ts",