Skip to content

Commit

Permalink
chore(release): 8.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.2.0](v8.1.0...v8.2.0) (2022-02-03)

### Features

* **read:** fail early if no srcFiles are found ([c8a1a31](c8a1a31)), closes [#150](#150)
  • Loading branch information
semantic-release-bot committed Feb 3, 2022
1 parent 64bd265 commit 17ee447
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 @@
# [8.2.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.1.0...v8.2.0) (2022-02-03)


### Features

* **read:** fail early if no srcFiles are found ([c8a1a31](https://github.com/kreuzerk/svg-to-ts/commit/c8a1a3187a5d0dd2605a6a29d1cd254c4ca605a4)), closes [#150](https://github.com/kreuzerk/svg-to-ts/issues/150)

# [8.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.0.1...v8.1.0) (2022-02-03)


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": "8.1.0",
"version": "8.2.0",
"description": "Build amazing svg icon libraries",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 17ee447

Please sign in to comment.