From 35c8b4a632644ff375c1d32d5a2c2c840db083f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 23:02:57 +0200 Subject: [PATCH] chore(main): release 3.1.3 (#78) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5223aee..06b5d74c 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.1.3](https://github.com/Jnig/fastify-flux/compare/v3.1.2...v3.1.3) (2024-04-11) + + +### Bug Fixes + +* **deps:** update dependency p-map to v7.0.2 ([8dd656c](https://github.com/Jnig/fastify-flux/commit/8dd656c8a820a2c277d2343c863d9a66f695a6d6)) +* **deps:** update prisma monorepo to v5.12.0 ([d00ed96](https://github.com/Jnig/fastify-flux/commit/d00ed96d7acb466098b78063655be79a77917889)) +* **deps:** update prisma monorepo to v5.12.1 ([22fb870](https://github.com/Jnig/fastify-flux/commit/22fb870f31949243fc6f0adcbf2183c3ad929269)) + ## [3.1.2](https://github.com/Jnig/fastify-flux/compare/v3.1.1...v3.1.2) (2024-03-14) diff --git a/package.json b/package.json index f2c63415..8f50e21d 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,5 @@ "workspaces": [ "packages/*" ], - "version": "3.1.2" + "version": "3.1.3" }