diff --git a/CHANGELOG.md b/CHANGELOG.md index 569ff51..2a3cb02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.3.0](https://github.com/kreuzerk/svg-to-ts/compare/v3.2.1...v3.3.0) (2020-03-08) + + +### Features + +* **config:** read config from package.json, rc file and args ([524655f](https://github.com/kreuzerk/svg-to-ts/commit/524655fea3518e57c86c04896bb6c1ad6d4e4151)) + ## [3.2.1](https://github.com/kreuzerk/svg-to-ts/compare/v3.2.0...v3.2.1) (2020-03-05) diff --git a/package.json b/package.json index 95bbf58..6d7e77a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "3.2.1", + "version": "3.3.0", "description": "Command line util that converts SVGs from a directory into a single TypeScript file", "main": "index.js", "scripts": {