v6.0.4
What's Changed
v6.0.4 is a small release with a lot of internal code cleanup changes. Most importantly for users, this release adds clearer error messages for [object Object]
errors that were thrown during the Make step.
- fix(core): allow the
forge.config
property inpackage.json
to point to a non-js file by @erikian in #3070 - docs: fix InternalOptions links in API docs by @erickzhao in #3083
- fix(all): disallow throwing literals (
@typescript-eslint/no-throw-literal
) by @erickzhao in #3086 - fix(publisher-ers): properly publish non-default flavours by @dariusclay in #3079
Internal changes
- build: use a single top-level
tsc -b
for all packages by @erickzhao in #3090 - docs: explain how to test local code changes with symlinks by @erickzhao in #3089
- docs: remove mentions of lerna run test in contributing.md by @georgexu99 in #3081
- build: add preversion to scripts by @georgexu99 in #3074
- build: add test flag to link Forge commands after running init by @georgexu99 in #3075
- build: improve lerna publish process by @erickzhao in #3082
- chore: add husky pre-push script by @georgexu99 in #3061
New Contributors
- @dariusclay made their first contribution in #3079
Full Changelog: v6.0.3...v6.0.4