You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(utils): setup extension by format in getRollupOutput (#244)
BREAKING CHANGE: Built files now have `.mjs` or `.cjs` for ESM and CJS respectively. You may need to update your exports configuration for your library.
feat: update dependencies (#239)
BREAKING CHANGE: Drop Node 14 support. You should hopefully not have to do anything to address this change. If you do it'll be very little.
fix: Bump Jest to 29.x and drop support for Node.js 12.x (#233)
* Bump Jest to 29.x
* Don't test with Node.js 12.x
BREAKING CHANGE: Drops support for Node.js 12x. Updates Jest to 29.x