From 848c0125d2256beab924ed1b672d13f163e68030 Mon Sep 17 00:00:00 2001 From: AUTO RELEASE Date: Fri, 22 Sep 2023 10:15:53 +0000 Subject: [PATCH] 14.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e136d44..440cc96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [v14.2.0](https://github.com/lokalise/fastify-extras/compare/v14.1.1...v14.2.0) + +- Common healthcheck wrapping functions [`#83`](https://github.com/lokalise/fastify-extras/pull/83) +- Bump @opentelemetry/instrumentation from 0.41.2 to 0.43.0 [`#81`](https://github.com/lokalise/fastify-extras/pull/81) + #### [v14.1.1](https://github.com/lokalise/fastify-extras/compare/v14.1.0...v14.1.1) +> 20 September 2023 + - * add FastifyReplyWithPayload type [`#82`](https://github.com/lokalise/fastify-extras/pull/82) - Bump @opentelemetry/exporter-trace-otlp-grpc from 0.41.2 to 0.43.0 [`#80`](https://github.com/lokalise/fastify-extras/pull/80) - Bump newrelic from 11.0.0 to 11.1.0 [`#79`](https://github.com/lokalise/fastify-extras/pull/79) diff --git a/package.json b/package.json index c2e462f..e645f69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lokalise/fastify-extras", - "version": "14.1.1", + "version": "14.2.0", "description": "Opinionated set of fastify plugins, commonly used in Lokalise", "author": { "name": "Lokalise",