v0.3.0
Minor Changes
-
945dc3c: This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of
fireworkersin yourpackage.jsonfile (recommended) or be using a version range syntax that only accepts patch upgrades such as^0.2.0or~0.2.0. See npm's documentation about semver for more information.
Patch Changes
- 9d619ba: - fix: process numbers as
doubleinstead ofinteger.