From 10ef99cb68480f0c8ebfcf9bb1355db3d6ad9133 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 13 Mar 2024 20:44:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-notes.md b/release-notes.md index 91acda9..4c48ca5 100644 --- a/release-notes.md +++ b/release-notes.md @@ -12,6 +12,10 @@ * ✏ Update header titles for consistency. PR [#708](https://github.com/tiangolo/full-stack-fastapi-template/pull/708) by [@codesmith-emmy](https://github.com/codesmith-emmy). * 📝 Update `README.md`, dark mode screenshot position. PR [#706](https://github.com/tiangolo/full-stack-fastapi-template/pull/706) by [@alejsdev](https://github.com/alejsdev). +### Internal + +* ⚙️ Update pre-commit config with Prettier and ESLint. PR [#714](https://github.com/tiangolo/full-stack-fastapi-template/pull/714) by [@alejsdev](https://github.com/alejsdev). + ## 0.6.0 Latest FastAPI, Pydantic, SQLModel 🚀