From fa93e788c3b2b5d29515f6838f503bf6d0bf4da6 Mon Sep 17 00:00:00 2001 From: AUTO RELEASE Date: Fri, 29 Nov 2024 10:51:43 +0000 Subject: [PATCH] 25.4.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8a6b4..c4c52ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v25.4.1](https://github.com/lokalise/fastify-extras/compare/v25.4.0...v25.4.1) + +- MET-425 Fix: Export commonHealthCheckPlugin [`#221`](https://github.com/lokalise/fastify-extras/pull/221) + #### [v25.4.0](https://github.com/lokalise/fastify-extras/compare/v25.3.0...v25.4.0) +> 29 November 2024 + - MET-425 Create a common healthcheck plugin for public and private endpoints [`#220`](https://github.com/lokalise/fastify-extras/pull/220) - Bump newrelic from 12.7.0 to 12.8.0 [`#219`](https://github.com/lokalise/fastify-extras/pull/219) diff --git a/package.json b/package.json index 776cb09..02fc0dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lokalise/fastify-extras", - "version": "25.4.0", + "version": "25.4.1", "description": "Opinionated set of fastify plugins, commonly used in Lokalise", "author": { "name": "Lokalise",