From ffaede9af34923843253e358efd14db9c1a765c1 Mon Sep 17 00:00:00 2001 From: Murph Murphy Date: Tue, 18 Nov 2025 12:44:17 -0700 Subject: [PATCH] Add changelog for release. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2747b6d..dfe5059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.