Skip to content

Commit

Permalink
chore(release): 8.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.6.0](v8.5.0...v8.6.0) (2022-04-30)

### Features

* **enum:** generate enums for constants ([dc20ced](dc20ced)), closes [#165](#165)
  • Loading branch information
semantic-release-bot committed Apr 30, 2022
1 parent 037b76c commit 0387886
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [8.6.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.5.0...v8.6.0) (2022-04-30)


### Features

* **enum:** generate enums for constants ([dc20ced](https://github.com/kreuzerk/svg-to-ts/commit/dc20ced7de2ce29267b270f2b659267a897814f3)), closes [#165](https://github.com/kreuzerk/svg-to-ts/issues/165)

# [8.5.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.4.0...v8.5.0) (2022-04-24)


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

0 comments on commit 0387886

Please sign in to comment.