Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffijoe committed Oct 4, 2024
1 parent 1ee8a24 commit e47efaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e47efaa

Please sign in to comment.