From c0ced7942830c9b0ea36c7184965a2c31b8908d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 12:25:33 +0000 Subject: [PATCH] chore(main): release 2.30.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd5d69c..75b1db34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [2.30.1](https://github.com/Jnig/fastify-flux/compare/v2.30.0...v2.30.1) (2023-04-29) + + +### Bug Fixes + +* **deps:** update dependency @fastify/swagger-ui to v1.7.0 ([9ca7a88](https://github.com/Jnig/fastify-flux/commit/9ca7a883776a376ce1055864be546a89856582aa)) +* **deps:** update dependency @fastify/swagger-ui to v1.8.0 ([9a9fa3e](https://github.com/Jnig/fastify-flux/commit/9a9fa3eb356067d9a433a5c170704bbc053ce905)) +* **deps:** update dependency commander to v10.0.1 ([5206703](https://github.com/Jnig/fastify-flux/commit/5206703627394052de64b46a5141530fb2ee4b24)) +* **deps:** update dependency fastify to v4.16.3 ([be236cb](https://github.com/Jnig/fastify-flux/commit/be236cb510788240945971bf03db3cb00d253fad)) +* **deps:** update dependency fastify to v4.17.0 ([cd56486](https://github.com/Jnig/fastify-flux/commit/cd5648686e4da69056013c34a61cf56dbe02b90e)) +* **deps:** update prisma monorepo to v4.13.0 ([ec1671d](https://github.com/Jnig/fastify-flux/commit/ec1671d120541a87f627d01fa06b72727b1c56ba)) + ## [2.30.0](https://github.com/Jnig/fastify-flux/compare/v2.29.0...v2.30.0) (2023-04-02) diff --git a/package.json b/package.json index d039a29c..ea59548f 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,5 @@ "workspaces": [ "packages/*" ], - "version": "2.30.0" + "version": "2.30.1" }