v13.4.0
What's Changed
General
- feat: add symlinks:false to webpack config by @KManolov3 in #488
- Publish tested builds by @cwillisf in #478
- fix(ci): build with new version before testing and publishing by @cwillisf in #496
There were quite a few changes in the build-and-publish scripts, intended to guarantee that:
- The build is not modified after automated tests and before publishing to npm
- The dependency graph within the published packages is version-consistent (
scratch-gui@x.y.zdepends on exactlyscratch-vm@x.y.z, notscratch-vm@x.y.w, etc.)
Full Changelog: v13.3.0...v13.4.0