diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a05ed1..668c8fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [7.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v7.0.0...v7.1.0) (2021-10-24) + + +### Features + +* **enum:** add enum type option ([630f8f4](https://github.com/kreuzerk/svg-to-ts/commit/630f8f498ccffc69406da159ce628de141ff2d42)) + # [7.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v6.0.2...v7.0.0) (2021-10-05) diff --git a/package.json b/package.json index 4fd0ce5..05f370f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "7.0.0", + "version": "7.1.0", "description": "Build amazing svg icon libraries", "main": "index.js", "scripts": {