Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog

## 0.7.1

- Revert release structure of 0.7.1 back to commonjs.

## 0.7.0

- Upgrade all JS and Rust dependencies
- Upgrade to Rust 2024 edition
- Rework release process

Deprecated: unintentional move to only `module` type.

## 0.6.0

- Removed `setRandomSeed` and `pbkdf2SHA256` from `recrypt_wasm_binding.d.ts` and related places. These were only needed for Edge Legacy and IE11 which are no longer supported by recrypt-wasm-binding.
Expand Down
Loading