Skip to content

Commit

Permalink
WasmThemis 0.13.11 (#848)
Browse files Browse the repository at this point in the history
Cut a hotfix release that should make WasmThemis actually usable in
browsers (at least when bundled by webpack, at least for 2 users).
  • Loading branch information
ilammy committed Jun 28, 2021
1 parent cf69a60 commit 2cbce20
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

Changes that are currently in development and have not been released yet.


## [0.13.11](https://github.com/cossacklabs/themis/releases/tag/0.13.11), June 30th 2021

**Hotfix for WasmThemis:**

- Fixed issue when bundling WasmThemis with webpack ([#779](https://github.com/cossacklabs/themis/issue/779)).

_Code:_

- **WebAssembly**

- Fixed issue with `TypeError: TextEncoder is not a constructor` when bundling WasmThemis with webpack ([#779](https://github.com/cossacklabs/themis/issue/779)).
Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/themis/wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.13.1",
"version": "0.13.11",
"description": "Themis is a convenient cryptographic library for data protection.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 2cbce20

Please sign in to comment.