foundkey-js: document change to es modules

This commit is contained in:
Norm 2022-08-28 17:17:40 -04:00
parent 50f8c6e751
commit 9f3d5a7aad
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE

View file

@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Changed
- foundkey-js is now part of the main FoundKey repo
- BREAKING: foundkey-js now uses ES2020 modules. Ensure that your version of Node supports them.
## 0.0.15 - 2022-07-22
### Changed