From bf79bfaa8d79efe8b3ae0cc2971ac1906f883179 Mon Sep 17 00:00:00 2001 From: Jesse Alama Date: Fri, 15 Nov 2024 09:42:59 +0100 Subject: [PATCH] Document the change --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4853be..16de1e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [20.0.0] + +### Changed + +- We now emit CommonJS and ESM modules. The ESM and CJS are now found, respecively, in the `dist/esm` and `dist/cjs` directories. + +## [19.0.0] + +### Changed + +- Updated dependencies. No user-visible changes are expected. + ## [18.0.0] ### Removed