Skip to content

Commit

Permalink
Bumped v4.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Jan 29, 2024
1 parent 1211962 commit e10ae40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fastify.js
@@ -1,6 +1,6 @@
'use strict'

const VERSION = '4.25.2'
const VERSION = '4.26.0'

const Avvio = require('avvio')
const http = require('node:http')
Expand Down
6 changes: 1 addition & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"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",
Expand Down Expand Up @@ -142,10 +142,6 @@
"url": "https://github.com/fastify/fastify/issues"
},
"homepage": "https://fastify.dev/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/fastify"
},
"funding": [
{
"type": "github",
Expand Down

0 comments on commit e10ae40

Please sign in to comment.