diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d7d6a1..399e6e0 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). +#### [v22.0.0](https://github.com/lokalise/fastify-extras/compare/v21.7.0...v22.0.0) + +- AP-4397 support for multiple redis clients in BullMQ metrics [`#186`](https://github.com/lokalise/fastify-extras/pull/186) + #### [v21.7.0](https://github.com/lokalise/fastify-extras/compare/v21.6.0...v21.7.0) +> 16 August 2024 + - Update dependencies [`#183`](https://github.com/lokalise/fastify-extras/pull/183) #### [v21.6.0](https://github.com/lokalise/fastify-extras/compare/v21.5.0...v21.6.0) diff --git a/package.json b/package.json index 101f958..976f75c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lokalise/fastify-extras", - "version": "21.7.0", + "version": "22.0.0", "description": "Opinionated set of fastify plugins, commonly used in Lokalise", "author": { "name": "Lokalise", @@ -11,9 +11,20 @@ "type": "git", "url": "git://github.com/lokalise/fastify-extras.git" }, - "keywords": ["fastify", "newrelic", "bugsnag", "request-context", "request-id", "split-io"], + "keywords": [ + "fastify", + "newrelic", + "bugsnag", + "request-context", + "request-id", + "split-io" + ], "homepage": "https://github.com/lokalise/fastify-extras", - "files": ["dist/**", "LICENSE", "README.md"], + "files": [ + "dist/**", + "LICENSE", + "README.md" + ], "main": "dist/index.js", "types": "dist/index.d.ts", "type": "commonjs",