Skip to content

Commit

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

### Features

* **compiler:** compile ts files ([a911b7c](a911b7c))
* **converter:** convert to multiple files ([fe13a4c](fe13a4c))
* **multifiles:** generate multiple files ([d933e1e](d933e1e))
  • Loading branch information
semantic-release-bot committed Mar 4, 2020
1 parent abc22c7 commit e884054
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [3.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v3.0.0...v3.1.0) (2020-03-04)


### Features

* **compiler:** compile ts files ([a911b7c](https://github.com/kreuzerk/svg-to-ts/commit/a911b7cfe78e58afeb0ca3db6cb0cf2f046f9c9a))
* **converter:** convert to multiple files ([fe13a4c](https://github.com/kreuzerk/svg-to-ts/commit/fe13a4c21d5d861956682e24b5abfe7b6ea0f074))
* **multifiles:** generate multiple files ([d933e1e](https://github.com/kreuzerk/svg-to-ts/commit/d933e1e03e4f9f5c799b9b2a1f2cda7a7bea4105))

# [3.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v2.2.1...v3.0.0) (2020-02-25)


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.0.0",
"version": "3.1.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 e884054

Please sign in to comment.