Skip to content

Commit

Permalink
chore(release): 5.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.1.0](v5.0.4...v5.1.0) (2020-09-02)

### Bug Fixes

* **filecomment:** add new line after comment ([1deaa3f](1deaa3f))

### Features

* **comments:** prepend generated files with file comment ([cc6f6dd](cc6f6dd))
  • Loading branch information
semantic-release-bot committed Sep 2, 2020
1 parent 75816dc commit 646eb09
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v5.0.4...v5.1.0) (2020-09-02)


### Bug Fixes

* **filecomment:** add new line after comment ([1deaa3f](https://github.com/kreuzerk/svg-to-ts/commit/1deaa3fd14c0268f2fea863084a4d137295f3827))


### Features

* **comments:** prepend generated files with file comment ([cc6f6dd](https://github.com/kreuzerk/svg-to-ts/commit/cc6f6dd19129c1f8d58ff794ce90b9733214a0bf))

## [5.0.4](https://github.com/kreuzerk/svg-to-ts/compare/v5.0.3...v5.0.4) (2020-09-02)


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

0 comments on commit 646eb09

Please sign in to comment.