Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.0.2...v7.0.0) (2021-10-05)

### chore

* **(svgo) update svgo to v2:** update svgo to v2 - config object change ([688223e](688223e)), closes [#127](#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
  • Loading branch information
semantic-release-bot committed Oct 5, 2021
1 parent a38aa63 commit 2323a23
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2323a23

Please sign in to comment.