Skip to content

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.0.0](v9.0.0...v10.0.0) (2023-03-07)

### Features

* **svgo:** bump svgo to the latest version ([06f2fad](06f2fad)), closes [#207](#207)

### BREAKING CHANGES

* **svgo:** SVGO 3 - See config changes on the official svgo side
  • Loading branch information
semantic-release-bot committed Mar 7, 2023
1 parent fa58b35 commit 48df98a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [10.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v9.0.0...v10.0.0) (2023-03-07)


### Features

* **svgo:** bump svgo to the latest version ([06f2fad](https://github.com/kreuzerk/svg-to-ts/commit/06f2fad13443ed936453bdeaf51f1c8634ea7e3c)), closes [#207](https://github.com/kreuzerk/svg-to-ts/issues/207)


### BREAKING CHANGES

* **svgo:** SVGO 3 - See config changes on the official svgo side

# [9.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.9.0...v9.0.0) (2023-01-03)


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": "9.0.0",
"version": "10.0.0",
"description": "Build amazing svg icon libraries",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 48df98a

Please sign in to comment.