From 9f3d5a7aad97b36b34fa77bb83f10d647809072f Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Sun, 28 Aug 2022 17:17:40 -0400 Subject: [PATCH] foundkey-js: document change to es modules --- packages/foundkey-js/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/foundkey-js/CHANGELOG.md b/packages/foundkey-js/CHANGELOG.md index fc60e8d65..c48715d52 100644 --- a/packages/foundkey-js/CHANGELOG.md +++ b/packages/foundkey-js/CHANGELOG.md @@ -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