Skip to content

Commit

Permalink
22.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTO RELEASE committed Aug 26, 2024
1 parent 526c78a commit f7e1fdf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ 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)
#### [v22.0.1](https://github.com/lokalise/fastify-extras/compare/v22.0.0...v22.0.1)

- node-core must be a peer dependency [`#188`](https://github.com/lokalise/fastify-extras/pull/188)

### [v22.0.0](https://github.com/lokalise/fastify-extras/compare/v21.7.0...v22.0.0)

> 23 August 2024
- AP-4397 support for multiple redis clients in BullMQ metrics [`#186`](https://github.com/lokalise/fastify-extras/pull/186)

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": "22.0.0",
"version": "22.0.1",
"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 f7e1fdf

Please sign in to comment.