Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2019-12-31)

### Features

* **delimiter:** add delimiter option to allow a custom delimiter ([c69358e](c69358e))
* **type:** generate the types with the correct delimiter ([c6d1ebc](c6d1ebc))
  • Loading branch information
semantic-release-bot committed Dec 31, 2019
1 parent 659bf06 commit 2af8f09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.2.0](https://github.com/kreuzerk/svg-to-ts/compare/v2.1.0...v2.2.0) (2019-12-31)


### Features

* **delimiter:** add delimiter option to allow a custom delimiter ([c69358e](https://github.com/kreuzerk/svg-to-ts/commit/c69358e77aead04444ef7b312de04ed4b547d276))
* **type:** generate the types with the correct delimiter ([c6d1ebc](https://github.com/kreuzerk/svg-to-ts/commit/c6d1ebcb652432de2890f8a28b9a9f24da6ada0e))

# [2.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v2.0.3...v2.1.0) (2019-12-13)


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": "2.1.0",
"version": "2.2.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 2af8f09

Please sign in to comment.