From 633707d8a04e6ab8870f43767d2c5931d59159d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:56:58 +0100 Subject: [PATCH] chore(main): release 3.1.1 (#69) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 236db1c1..6fad00f3 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.1.1](https://github.com/Jnig/fastify-flux/compare/v3.1.0...v3.1.1) (2024-01-14) + + +### Bug Fixes + +* readd source file ([c7b8523](https://github.com/Jnig/fastify-flux/commit/c7b8523cf744528950d919c7c7ad079830700b96)) + ## [3.1.0](https://github.com/Jnig/fastify-flux/compare/v3.0.0...v3.1.0) (2024-01-14) diff --git a/package.json b/package.json index 03f06985..d43a2b2e 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,5 @@ "workspaces": [ "packages/*" ], - "version": "3.1.0" + "version": "3.1.1" }