From 5b1ce7941476bcccd2323dc8f62916efd67ec1c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:54:13 +0000 Subject: [PATCH] chore(main): release 3.2.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93087f91..c68bad17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.2.1](https://github.com/Jnig/fastify-flux/compare/v3.2.0...v3.2.1) (2024-08-23) + + +### Bug Fixes + +* **deps:** update dependency @fastify/swagger to v8.15.0 ([b9ad507](https://github.com/Jnig/fastify-flux/commit/b9ad507ffa474a753bdd1df3dddb3656b982d7c2)) +* **deps:** update dependency @fastify/swagger-ui to v4.1.0 ([fc721e1](https://github.com/Jnig/fastify-flux/commit/fc721e17fff7e5bee0e96800ea64bda76cca56e2)) +* **deps:** update prisma monorepo to v5.18.0 ([7d36256](https://github.com/Jnig/fastify-flux/commit/7d36256343a6fae3bcdb8208d12c6ee685c421e4)) + ## [3.2.0](https://github.com/Jnig/fastify-flux/compare/v3.1.3...v3.2.0) (2024-07-19) diff --git a/package.json b/package.json index fa012502..c75441af 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,5 @@ "workspaces": [ "packages/*" ], - "version": "3.2.0" + "version": "3.2.1" }