We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca073b commit a329037Copy full SHA for a329037
ChangeLog.md
@@ -18,6 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
19
### Security
20
21
+## Version 0.43.0 - 2021-07-07
22
+
23
+### Added
24
25
+- Expose derive key for easy key derivation for users.
26
27
## Version 0.42.0 - 2021-01-12
28
29
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "etebase",
3
- "version": "0.42.0",
+ "version": "0.43.0",
4
"description": "Etebase TypeScript API for the web and node",
5
"type": "commonjs",
6
"main": "dist/lib-cjs/Etebase.js",
0 commit comments