From 91dc3a3021b50bc2abcf68cfe174c776b34ce779 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Sep 2023 14:00:02 +0000 Subject: [PATCH] chore(release): set `package.json` to 3.1.3 [skip ci] ## [3.1.3](https://github.com/bcanfield/nexquik/compare/v3.1.2...v3.1.3) (2023-09-05) ### Bug Fixes * Models Only CLI Option ([601e96e](https://github.com/bcanfield/nexquik/commit/601e96e380731a4c5bce6f7fcb0190193c951936)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d090b..2de2a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.3](https://github.com/bcanfield/nexquik/compare/v3.1.2...v3.1.3) (2023-09-05) + + +### Bug Fixes + +* Models Only CLI Option ([601e96e](https://github.com/bcanfield/nexquik/commit/601e96e380731a4c5bce6f7fcb0190193c951936)) + ## [3.1.2](https://github.com/bcanfield/nexquik/compare/v3.1.1...v3.1.2) (2023-09-01) diff --git a/package.json b/package.json index 77339db..f5aa99c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nexquik", - "version": "3.1.2", + "version": "3.1.3", "description": "Generate Next.js components from your Prisma Schema", "main": "dist/index.js", "repository": "https://github.com/bcanfield/nexquik",