Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.4.0...v5.0.0) (2020-06-16)

### Features

* **options:** add conversion options ([217b3ef](217b3ef))

### BREAKING CHANGES

* **options:** conversion option is required
  • Loading branch information
semantic-release-bot committed Jun 16, 2020
1 parent 81cb460 commit b30b532
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 @@
# [5.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v4.4.0...v5.0.0) (2020-06-16)


### Features

* **options:** add conversion options ([217b3ef](https://github.com/kreuzerk/svg-to-ts/commit/217b3ef266c29a32735b9818eb0a39b6d6e72df4))


### BREAKING CHANGES

* **options:** conversion option is required

# [4.4.0](https://github.com/kreuzerk/svg-to-ts/compare/v4.3.0...v4.4.0) (2020-06-16)


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": "4.4.0",
"version": "5.0.0",
"description": "Command line util that converts SVGs from a directory into a single TypeScript file",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b30b532

Please sign in to comment.