Skip to content

Commit

Permalink
chore(release): 12.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Feb 18, 2024
1 parent 822b6b6 commit b484fd3
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 @@
# [12.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v11.0.1...v12.0.0) (2024-02-18)


### Features

* 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)


### BREAKING CHANGES

* Typescript < 3.8 is no longer supported, please update to typescript >= 3.8

## [11.0.1](https://github.com/kreuzerk/svg-to-ts/compare/v11.0.0...v11.0.1) (2023-11-14)


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

0 comments on commit b484fd3

Please sign in to comment.