Skip to content

Commit

Permalink
Bumped v3.27.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Jan 19, 2022
1 parent 2c1505a commit f55978c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fastify.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const VERSION = '3.26.0'
const VERSION = '3.27.0'

const Avvio = require('avvio')
const http = require('http')
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify",
"version": "3.26.0",
"version": "3.27.0",
"description": "Fast and low overhead web framework, for Node.js",
"main": "fastify.js",
"type": "commonjs",
Expand Down Expand Up @@ -206,4 +206,4 @@
"tsd": {
"directory": "test/types"
}
}
}

0 comments on commit f55978c

Please sign in to comment.