From 4480c5851d53ac988ae891709a474212dbdadd32 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 14:41:31 +0000 Subject: [PATCH] Format code with prettier This commit fixes the style issues introduced in 4fa98bd according to the output from prettier. Details: https://deepsource.io/gh/2wce/prisma-template/transform/15284f16-a26a-487f-9482-263423d2aef3/ --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a22e1..358c1be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,14 @@ # [1.39.0](https://github.com/2wce/prisma-template/compare/v1.38.0...v1.39.0) (2022-10-31) - ### Features -* add new prisma updates ([f0bf868](https://github.com/2wce/prisma-template/commit/f0bf86818af64bd96dbb847279cdaefaf9a8c54a)) +- add new prisma updates ([f0bf868](https://github.com/2wce/prisma-template/commit/f0bf86818af64bd96dbb847279cdaefaf9a8c54a)) # [1.38.0](https://github.com/2wce/prisma-template/compare/v1.37.0...v1.38.0) (2022-10-31) - ### Features -* initial eslint setup ([b8dc654](https://github.com/2wce/prisma-template/commit/b8dc6545a2f59d7d32b078b4dd0188f085e7a905)) +- initial eslint setup ([b8dc654](https://github.com/2wce/prisma-template/commit/b8dc6545a2f59d7d32b078b4dd0188f085e7a905)) # [1.37.0](https://github.com/2wce/prisma-template/compare/v1.36.0...v1.37.0) (2021-11-23)