Skip to content

Commit

Permalink
chore(release): 4.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.3](v4.2.2...v4.2.3) (2020-06-04)

### Bug Fixes

* **svgo:** correctly pick up options from external config file ([9b8d138](9b8d138))
  • Loading branch information
semantic-release-bot committed Jun 4, 2020
1 parent 9b8d138 commit c080c65
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 @@
## [4.2.3](https://github.com/kreuzerk/svg-to-ts/compare/v4.2.2...v4.2.3) (2020-06-04)


### Bug Fixes

* **svgo:** correctly pick up options from external config file ([9b8d138](https://github.com/kreuzerk/svg-to-ts/commit/9b8d138ddf080fe80cf29f83a2dca54c6c3b5eaa))

## [4.2.2](https://github.com/kreuzerk/svg-to-ts/compare/v4.2.1...v4.2.2) (2020-05-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": "4.2.2",
"version": "4.2.3",
"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 c080c65

Please sign in to comment.