From 49bc6377b595fc8ad0a07d6bf92916cda3fd16ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:00:39 +0000 Subject: [PATCH] chore(main): release 3.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93087f91..460a4187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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-07-23) + + +### Bug Fixes + +* **deps:** update dependency @fastify/swagger to v8.15.0 ([b9ad507](https://github.com/Jnig/fastify-flux/commit/b9ad507ffa474a753bdd1df3dddb3656b982d7c2)) + ## [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 1f77eac1..6a7cef48 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,5 @@ "workspaces": [ "packages/*" ], - "version": "3.2.0" + "version": "3.2.1" }