From fb204e5ce740afe093cf4aab6e02afb2973bcedb Mon Sep 17 00:00:00 2001 From: AUTO RELEASE Date: Wed, 6 Sep 2023 16:32:58 +0000 Subject: [PATCH] 13.1.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f455dad..659b12e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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). -#### [v13.0.0](https://github.com/lokalise/fastify-extras/compare/v12.0.0...v13.0.0) +#### [v13.1.0](https://github.com/lokalise/fastify-extras/compare/v13.0.0...v13.1.0) + +- Implement Prometheus-based healthcheck [`#75`](https://github.com/lokalise/fastify-extras/pull/75) +- Bump eslint-config-prettier from 8.10.0 to 9.0.0 [`#69`](https://github.com/lokalise/fastify-extras/pull/69) + +### [v13.0.0](https://github.com/lokalise/fastify-extras/compare/v12.0.0...v13.0.0) + +> 4 September 2023 - Update to the next newrelic semver major and some other dependencies [`#74`](https://github.com/lokalise/fastify-extras/pull/74) - Bump newrelic from 10.4.1 to 10.4.2 [`#66`](https://github.com/lokalise/fastify-extras/pull/66) diff --git a/package.json b/package.json index c4b9718..7f31a17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lokalise/fastify-extras", - "version": "13.0.0", + "version": "13.1.0", "description": "Opinionated set of fastify plugins, commonly used in Lokalise", "author": { "name": "Lokalise",