Skip to content

Commit

Permalink
chore(release): 8.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.3.0](v8.2.0...v8.3.0) (2022-02-04)

### Bug Fixes

* **configoptions:** add export complete icon set as config options ([6df1b7e](6df1b7e))

### Features

* **constants:** export all generated constants by default and add configuration option ([cd43dcb](cd43dcb)), closes [#132](#132)
  • Loading branch information
semantic-release-bot committed Feb 4, 2022
1 parent 6df64ce commit 9fd316a
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 @@
# [8.3.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.2.0...v8.3.0) (2022-02-04)


### Bug Fixes

* **configoptions:** add export complete icon set as config options ([6df1b7e](https://github.com/kreuzerk/svg-to-ts/commit/6df1b7ef5a7cbf2aada6052a8ddd4d90f173b333))


### Features

* **constants:** export all generated constants by default and add configuration option ([cd43dcb](https://github.com/kreuzerk/svg-to-ts/commit/cd43dcbef43a16625b7f6a63db6ad1dd0cb4eb50)), closes [#132](https://github.com/kreuzerk/svg-to-ts/issues/132)

# [8.2.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.1.0...v8.2.0) (2022-02-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": "8.2.0",
"version": "8.3.0",
"description": "Build amazing svg icon libraries",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9fd316a

Please sign in to comment.