Skip to content

Commit

Permalink
21.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTO RELEASE committed Aug 7, 2024
1 parent 107aec6 commit 259c121
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).

#### [v21.6.0](https://github.com/lokalise/fastify-extras/compare/v21.5.0...v21.6.0)

- adjust bull mq metrics [`#181`](https://github.com/lokalise/fastify-extras/pull/181)

#### [v21.5.0](https://github.com/lokalise/fastify-extras/compare/v21.4.2...v21.5.0)

> 6 August 2024
- AP-4667 PreHandler for static tokens. [`#180`](https://github.com/lokalise/fastify-extras/pull/180)

#### [v21.4.2](https://github.com/lokalise/fastify-extras/compare/v21.4.1...v21.4.2)
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.5.0",
"version": "21.6.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 259c121

Please sign in to comment.