Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 04:53
· 46 commits to main since this release

2.0.0 (2025-11-19)

⚠ BREAKING CHANGES

  • A new overwrite option has been added. The default setting is false, meaning images will be skipped if they already exist. To get back the previous functionality (always overwrite), set the overwrite option to true
  • package.json is no longer exported by the package. Stay on v1.0.0 if you need access to this file

Features

  • add overwrite option to enable overwriting existing images (#19) (8d26383)
  • improve log styling (#18) (16fc4b7)

Build System

  • remove package.json from exports (#16) (4b07718)