Skip to content

Commit

Permalink
release 0.14.7 (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
radetsky committed Aug 12, 2022
1 parent 473bb6d commit f53406d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)).**
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/themis/react-native-themis/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/themis/wasm/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f53406d

Please sign in to comment.