diff --git a/CHANGELOG.md b/CHANGELOG.md index 409d3ac..699b411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [10.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v10.0.0...v10.1.0) (2023-09-03) + + +### Features + +* **delimiter:** introduce new delimiter type NONE ([70e47e3](https://github.com/kreuzerk/svg-to-ts/commit/70e47e3e3722b1fe0ad96b5fbafe25f99b61cabd)) + # [10.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v9.0.0...v10.0.0) (2023-03-07) diff --git a/package.json b/package.json index 7bf065f..0c624b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "10.0.0", + "version": "10.1.0", "description": "Build amazing svg icon libraries", "main": "index.js", "scripts": {