Skip to content

v13.4.0

Choose a tag to compare

@cwillisf cwillisf released this 30 Mar 21:11
· 7307 commits to develop since this release
9130530

What's Changed

General

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.z depends on exactly scratch-vm@x.y.z, not scratch-vm@x.y.w, etc.)

Full Changelog: v13.3.0...v13.4.0