diff --git a/CHANGELOG.md b/CHANGELOG.md index f9cbe53..932ceae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/bcanfield/nexquik/compare/v2.0.1...v2.0.2) (2023-08-16) + + +### Bug Fixes + +* CLI Arg parse ([d45732c](https://github.com/bcanfield/nexquik/commit/d45732c6c6daf606b9935d6cf27fd879407aa86f)) + ## [2.0.1](https://github.com/bcanfield/nexquik/compare/v2.0.0...v2.0.1) (2023-08-15) diff --git a/package.json b/package.json index 3a2f0d8..e614963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nexquik", - "version": "2.0.1", + "version": "2.0.2", "description": "Generate Next.js components from your Prisma Schema", "main": "dist/index.js", "repository": "https://github.com/bcanfield/nexquik",