Skip to content

Commit b484fd3

Browse files
chore(release): 12.0.0 [skip ci]
# [12.0.0](v11.0.1...v12.0.0) (2024-02-18) ### Features * updates generateTypeHelper to use type keyword and updates prettier version ([2f3d9ee](2f3d9ee)), closes [#242](#242) ### BREAKING CHANGES * Typescript < 3.8 is no longer supported, please update to typescript >= 3.8
1 parent 822b6b6 commit b484fd3

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+
# [12.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v11.0.1...v12.0.0) (2024-02-18)
2+
3+
4+
### Features
5+
6+
* updates generateTypeHelper to use type keyword and updates prettier version ([2f3d9ee](https://github.com/kreuzerk/svg-to-ts/commit/2f3d9eefeddc7aae390e90bf85b7b6b4d1ba098d)), closes [#242](https://github.com/kreuzerk/svg-to-ts/issues/242)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Typescript < 3.8 is no longer supported, please update to typescript >= 3.8
12+
113
## [11.0.1](https://github.com/kreuzerk/svg-to-ts/compare/v11.0.0...v11.0.1) (2023-11-14)
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": "11.0.1",
3+
"version": "12.0.0",
44
"description": "Build amazing svg icon libraries",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)