From d85ed90058e38fc83643df69286b8981c90464c7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Aug 2023 04:58:04 +0000 Subject: [PATCH] chore(release): set `package.json` to 2.0.5 [skip ci] ## [2.0.5](https://github.com/bcanfield/nexquik/compare/v2.0.4...v2.0.5) (2023-08-16) ### Bug Fixes * CLI Args ([b74f4d1](https://github.com/bcanfield/nexquik/commit/b74f4d1fe92f5912915620f53ac24b1b787ecea2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 441308f..5b99274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.5](https://github.com/bcanfield/nexquik/compare/v2.0.4...v2.0.5) (2023-08-16) + + +### Bug Fixes + +* CLI Args ([b74f4d1](https://github.com/bcanfield/nexquik/commit/b74f4d1fe92f5912915620f53ac24b1b787ecea2)) + ## [2.0.4](https://github.com/bcanfield/nexquik/compare/v2.0.3...v2.0.4) (2023-08-16) diff --git a/package.json b/package.json index 9a9a886..1c2e270 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nexquik", - "version": "2.0.4", + "version": "2.0.5", "description": "Generate Next.js components from your Prisma Schema", "main": "dist/index.js", "repository": "https://github.com/bcanfield/nexquik",