Skip to content

Commit

Permalink
Merge pull request #28 from VirgilSecurity/v0.3.8
Browse files Browse the repository at this point in the history
V0.3.8
  • Loading branch information
Alexey Smirnov authored May 10, 2019
2 parents 3b40474 + fca0afe commit 4d9161a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2019-05-10 0.3.8

* Fixed web worker usage.

## 2019-02-21 0.3.7

* Changed method signature of EThree.resetPrivateKeyBackup(pwd?). Now password is optional. But if you using the Virgil Keyknox service directly to save some additional data, you should use password to not delete this data.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ npm install @virgilsecurity/e3kit
### In browser via `script` tag
You will need to add `@virgilsecurity/e3kit` script.
```html
<script src="https://unpkg.com/@virgilsecurity/e3kit/dist/e3kit.browser.umd.js"></script>
<script src="https://unpkg.com/@virgilsecurity/e3kit/dist/e3kit.browser.umd.min.js"></script>
```

## Usage Example
Expand Down
30 changes: 13 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virgilsecurity/e3kit",
"version": "0.3.7",
"version": "0.3.8",
"description": "End-to-end encryption with multiple device support powered by Virgil Security",
"main": "./dist/e3kit.browser.es.js",
"module": "./dist/e3kit.browser.es.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@virgilsecurity/keyknox": "^0.2.4",
"virgil-crypto": "^3.2.0",
"virgil-crypto": "^3.2.2",
"virgil-pythia": "^0.2.3",
"virgil-sdk": "^5.2.2"
},
Expand Down

0 comments on commit 4d9161a

Please sign in to comment.