We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445e41a commit fe25981Copy full SHA for fe25981
fastify.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-const VERSION = '4.26.2'
+const VERSION = '4.27.0'
4
5
const Avvio = require('avvio')
6
const http = require('node:http')
package.json
{
"name": "fastify",
- "version": "4.26.2",
+ "version": "4.27.0",
"description": "Fast and low overhead web framework, for Node.js",
"main": "fastify.js",
"type": "commonjs",
0 commit comments