Skip to content

Commit e10ae40

Browse files
committed
Bumped v4.26.0
1 parent 1211962 commit e10ae40

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

fastify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const VERSION = '4.25.2'
3+
const VERSION = '4.26.0'
44

55
const Avvio = require('avvio')
66
const http = require('node:http')

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify",
3-
"version": "4.25.2",
3+
"version": "4.26.0",
44
"description": "Fast and low overhead web framework, for Node.js",
55
"main": "fastify.js",
66
"type": "commonjs",
@@ -142,10 +142,6 @@
142142
"url": "https://github.com/fastify/fastify/issues"
143143
},
144144
"homepage": "https://fastify.dev/",
145-
"funding": {
146-
"type": "opencollective",
147-
"url": "https://opencollective.com/fastify"
148-
},
149145
"funding": [
150146
{
151147
"type": "github",

0 commit comments

Comments
 (0)