Skip to content

Commit

Permalink
22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTO RELEASE committed Aug 23, 2024
1 parent 1a746cb commit 9e7a84c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 9e7a84c

Please sign in to comment.