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 1211962 commit e10ae40Copy full SHA for e10ae40
fastify.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-const VERSION = '4.25.2'
+const VERSION = '4.26.0'
4
5
const Avvio = require('avvio')
6
const http = require('node:http')
package.json
{
"name": "fastify",
- "version": "4.25.2",
+ "version": "4.26.0",
"description": "Fast and low overhead web framework, for Node.js",
"main": "fastify.js",
"type": "commonjs",
@@ -142,10 +142,6 @@
142
"url": "https://github.com/fastify/fastify/issues"
143
},
144
"homepage": "https://fastify.dev/",
145
- "funding": {
146
- "type": "opencollective",
147
- "url": "https://opencollective.com/fastify"
148
- },
149
"funding": [
150
151
"type": "github",
0 commit comments