From 3a38db4943eacd01d9a533dbb7e17e6c913be27b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Aug 2023 03:41:52 +0000 Subject: [PATCH] chore(release): set `package.json` to 2.0.2 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",