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