diff --git a/CHANGELOG.md b/CHANGELOG.md index 668c8fe..a450cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.1.1](https://github.com/kreuzerk/svg-to-ts/compare/v7.1.0...v7.1.1) (2022-01-15) + + +### Bug Fixes + +* **file-helper:** add missing comma and release latest file helper fix ([ea0c1ab](https://github.com/kreuzerk/svg-to-ts/commit/ea0c1ab2db13a0a13e8ced2220b56ce40627794a)) + # [7.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v7.0.0...v7.1.0) (2021-10-24) diff --git a/package.json b/package.json index 05f370f..1cf8c41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "7.1.0", + "version": "7.1.1", "description": "Build amazing svg icon libraries", "main": "index.js", "scripts": {