Skip to content

Commit

Permalink
chore(release): 3.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.3.0](v3.2.1...v3.3.0) (2020-03-08)

### Features

* **config:** read config from package.json, rc file and args ([524655f](524655f))
  • Loading branch information
semantic-release-bot committed Mar 8, 2020
1 parent 800b5cb commit df8387a
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.3.0](https://github.com/kreuzerk/svg-to-ts/compare/v3.2.1...v3.3.0) (2020-03-08)


### Features

* **config:** read config from package.json, rc file and args ([524655f](https://github.com/kreuzerk/svg-to-ts/commit/524655fea3518e57c86c04896bb6c1ad6d4e4151))

## [3.2.1](https://github.com/kreuzerk/svg-to-ts/compare/v3.2.0...v3.2.1) (2020-03-05)


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.2.1",
"version": "3.3.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 df8387a

Please sign in to comment.