Skip to content

Commit 48df98a

Browse files
chore(release): 10.0.0 [skip ci]
# [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
1 parent fa58b35 commit 48df98a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [10.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v9.0.0...v10.0.0) (2023-03-07)
2+
3+
4+
### Features
5+
6+
* **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)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **svgo:** SVGO 3 - See config changes on the official svgo side
12+
113
# [9.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.9.0...v9.0.0) (2023-01-03)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svg-to-ts",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "Build amazing svg icon libraries",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)