diff --git a/CHANGELOG.md b/CHANGELOG.md index 4945940..66c9c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.2](https://github.com/bcanfield/nexquik/compare/v2.1.1...v2.1.2) (2023-08-17) + + +### Bug Fixes + +* Create prisma directory ([41bb7fd](https://github.com/bcanfield/nexquik/commit/41bb7fd99363e6543ec61899e1a2a62ee9aede03)) + ## [2.1.1](https://github.com/bcanfield/nexquik/compare/v2.1.0...v2.1.1) (2023-08-17) diff --git a/package.json b/package.json index fc772dd..a977beb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nexquik", - "version": "2.1.1", + "version": "2.1.2", "description": "Generate Next.js components from your Prisma Schema", "main": "dist/index.js", "repository": "https://github.com/bcanfield/nexquik",