Skip to content

Commit

Permalink
chore: switch to ESM, build/publish as CJS and ESM (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
codepunkt authored Oct 13, 2023
1 parent ff69521 commit afd7d99
Show file tree
Hide file tree
Showing 12 changed files with 1,512 additions and 96 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 4.4.1

- Swich to ECMAScript modules
- Use tsup to build both CJS and ESM
- Simplify imports by using TypeScript `esModuleInterop`

# 4.4.0

- Fix a regression that changed importing behavior
Expand Down
File renamed without changes.
Loading

0 comments on commit afd7d99

Please sign in to comment.