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",