Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2019-12-10)

### Bug Fixes

* **conversion:** use camel case for variable names ([89acef3](89acef3))
  • Loading branch information
semantic-release-bot committed Dec 10, 2019
1 parent 6fbf0a6 commit 6b24e50
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 @@
## [2.0.1](https://github.com/kreuzerk/svg-to-ts/compare/v2.0.0...v2.0.1) (2019-12-10)


### Bug Fixes

* **conversion:** use camel case for variable names ([89acef3](https://github.com/kreuzerk/svg-to-ts/commit/89acef3c6904c68f9327cd746776ff3856f9551d))

# [2.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v1.1.2...v2.0.0) (2019-12-10)


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.0.0",
"version": "2.0.1",
"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 6b24e50

Please sign in to comment.