Skip to content

Commit

Permalink
chore(release): 8.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.4.0](v8.3.1...v8.4.0) (2022-03-21)

### Features

* **converter:** add notification about using default values ([493865a](493865a))
* **converter:** add typeName for object generation ([e9c6194](e9c6194))
* **converter:** fix default typeName + use it in options collector ([9052b44](9052b44))
  • Loading branch information
semantic-release-bot committed Mar 21, 2022
1 parent 4e9dd64 commit 21b93ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [8.4.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.3.1...v8.4.0) (2022-03-21)


### Features

* **converter:** add notification about using default values ([493865a](https://github.com/kreuzerk/svg-to-ts/commit/493865ab048bb972208b0f50fc86e7695891c9a4))
* **converter:** add typeName for object generation ([e9c6194](https://github.com/kreuzerk/svg-to-ts/commit/e9c6194cbf3f834adc89cd4cb1f9ca1ec67f341f))
* **converter:** fix default typeName + use it in options collector ([9052b44](https://github.com/kreuzerk/svg-to-ts/commit/9052b440fe9fc9b19d0be172620f8c83fe9a668d))

## [8.3.1](https://github.com/kreuzerk/svg-to-ts/compare/v8.3.0...v8.3.1) (2022-02-21)


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

0 comments on commit 21b93ca

Please sign in to comment.