Skip to content

Commit fe25981

Browse files
committed
Bumped v4.27.0
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent 445e41a commit fe25981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastify.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const VERSION = '4.26.2'
3+
const VERSION = '4.27.0'
44

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify",
3-
"version": "4.26.2",
3+
"version": "4.27.0",
44
"description": "Fast and low overhead web framework, for Node.js",
55
"main": "fastify.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)