From e47efaa15e70b88c345e8705560fbf28cca4e475 Mon Sep 17 00:00:00 2001 From: Jeff Hansen Date: Fri, 4 Oct 2024 17:20:02 -0400 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74eab61..5c3d771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v12.0.0 + +- **BREAKING**: Bump TypeScript transpilation target for browser build from `ES5` to `ES2020` +- Update packages +- Add `exports` field to `package.json`, allowing you to explicitly import the browser build using `import { createContainer } from 'awilix/browser'` + # v11.0.4 - Undo all `exports` changes as it broke downstream consumers