diff --git a/CHANGELOG.md b/CHANGELOG.md index 12da7d9..9a05ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [7.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v6.0.2...v7.0.0) (2021-10-05) + + +### chore + +* **(svgo) update svgo to v2:** update svgo to v2 - config object change ([688223e](https://github.com/kreuzerk/svg-to-ts/commit/688223e960e7aa76e50b6094f8fe16bfea984234)), closes [#127](https://github.com/kreuzerk/svg-to-ts/issues/127) + + +### BREAKING CHANGES + +* **(svgo) update svgo to v2:** svg-to-ts now ships with svgo 2. SVGO 2 has different syntax of passing +configuration. Furthermore we use the SVGO default object and dont introduce a custom fallback +anymore + ## [6.0.2](https://github.com/kreuzerk/svg-to-ts/compare/v6.0.1...v6.0.2) (2021-09-06) diff --git a/package.json b/package.json index 8730df1..a1e7f59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "6.0.2", + "version": "7.0.0", "description": "Build amazing svg icon libraries", "main": "index.js", "scripts": {