diff --git a/CHANGELOG.md b/CHANGELOG.md index a74ca29..5e5b042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.0.1...v8.1.0) (2022-02-03) + + +### Features + +* **completeiconset:** add option to configure the name of the complete icon set ([4cd5c53](https://github.com/kreuzerk/svg-to-ts/commit/4cd5c532a63af22b056d150355b8c98fa2344c06)), closes [#148](https://github.com/kreuzerk/svg-to-ts/issues/148) + ## [8.0.1](https://github.com/kreuzerk/svg-to-ts/compare/v8.0.0...v8.0.1) (2022-02-03) diff --git a/package.json b/package.json index ebbc812..9f0d846 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "8.0.1", + "version": "8.1.0", "description": "Build amazing svg icon libraries", "main": "index.js", "scripts": {