diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b99274..efca1c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.6](https://github.com/bcanfield/nexquik/compare/v2.0.5...v2.0.6) (2023-08-16) + + +### Bug Fixes + +* Remove linting step to reduce execution time ([82605c4](https://github.com/bcanfield/nexquik/commit/82605c491a3d8d6aacfdc987126e159392bcbfaf)) + ## [2.0.5](https://github.com/bcanfield/nexquik/compare/v2.0.4...v2.0.5) (2023-08-16) diff --git a/package.json b/package.json index 1c2e270..190c928 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nexquik", - "version": "2.0.5", + "version": "2.0.6", "description": "Generate Next.js components from your Prisma Schema", "main": "dist/index.js", "repository": "https://github.com/bcanfield/nexquik",