Skip to content

1.2.1

Compare
Choose a tag to compare
@matthewp matthewp released this 07 Feb 14:19
· 650 commits to master since this release

1.2.1 is a bug fix release that fixes an issue that was causing the steal-tools tests to fail. See here.

This bug fix release makes it so that during a build if we encounter code such as:

require("./package");

Where ./package is actually a package.json, we will eventually retrieve the correct file after some retries.