Releases: pixijs/extension-scripts
Releases · pixijs/extension-scripts
v3.0.0
v2.4.1
Fixes
- Fix non-zero exit codes were not being passed along, always resulting in
0
(#17) - Processes erroring should exit, not reject (#17)
- Fix bug where environment variables were not getting passed along (e.g.,
NODE_AUTH_TOKEN
) (#17)
Chores
- Chore: Additional documentation for publishing on Actions (d2c8d6c)
v2.4.0
Added
- Adds
deployRoot
to the configuration options. This is the root folder for doing the upload.
v2.3.0
Added
- Add
moduleSource
to the list of configuration options. This can be used to define multiple inputs when exporting thelib
modules.
Fixed
- Fixes
clean
command not clearing lib/dist folders correctly
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.0
v2.0.2
v2.0.1
v2.0.0
v1.8.1
Fixed
- Add confirmation to the bump command
- Handle error when custom version is the current version
- Better bump order (patch, minor, major) instead of (major, minor, patch)