Skip to content

v8.0.0

Latest
Compare
Choose a tag to compare
@curbengh curbengh released this 13 Nov 00:43
· 21 commits to master since this release
6c6060f

Breaking change

  • chore(deps): bump svgo from 2.8.0 to 3.0.0 #135
    • svgo v3 introduced some breaking changes.
    • Notably cleanupIDs plugin has been renamed to cleanupIds
    minify:
      svg:
        plugins:
          # new
          cleanupIds: true
          # old
          cleanupIDs: true

Feature

  • ci(tester): add node 19 #137

Housekeeping

  • ci: semgrep init #133 #133
  • chore(deps-dev): bump jest from 28.1.3 to 29.1.2 5453fc9