diff --git a/.changeset/lovely-moose-thank.md b/.changeset/lovely-moose-thank.md index 0a493bb0f..21e090267 100644 --- a/.changeset/lovely-moose-thank.md +++ b/.changeset/lovely-moose-thank.md @@ -20,4 +20,5 @@ '@guardian/libs': patch --- -Now bundled using [`pkgroll`](https://www.npmjs.com/package/pkgroll). +1. All packages are now ES modules, although they should be compatible with CommonJS environments. +2. Adds entry points for projects that can consume [`package.json#exports`](https://nodejs.org/api/packages.html#exports), alongside `main`.