5.12.0
Main Changes
- Allow generating ESM output from npm (non-breaking) by @aldenquimby in #1495
This adds a new config parameter for both NPM & Yarn: copyPackageSectionNames
which list entries in your package.json
to copy to the output package.json
(for ESM output).
What's Changed
- chore(deps): upgrade typescript example by @vicary in #1320
- chore(eslint): support yml and expand lint scope by @vicary in #1319
- Update GitHub Actions by @j0k3r in #1437
- Prepare 5.12.0 by @j0k3r in #1561
New Contributors
- @aldenquimby made their first contribution in #1495
Full Changelog: v5.11.0...v5.12.0