Skip to content

Commit

Permalink
chore(release): 3.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.1](v3.1.0...v3.1.1) (2020-03-04)

### Bug Fixes

* **generation:** fix generated folder name ([680f1f1](680f1f1))
  • Loading branch information
semantic-release-bot committed Mar 4, 2020
1 parent 680f1f1 commit e4be82c
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 @@
## [3.1.1](https://github.com/kreuzerk/svg-to-ts/compare/v3.1.0...v3.1.1) (2020-03-04)


### Bug Fixes

* **generation:** fix generated folder name ([680f1f1](https://github.com/kreuzerk/svg-to-ts/commit/680f1f139403a69b93caec89b37fe78a1b565cd1))

# [3.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v3.0.0...v3.1.0) (2020-03-04)


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": "3.1.0",
"version": "3.1.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 e4be82c

Please sign in to comment.