Skip to content

Commit 1d5a1a0

Browse files
committed
Bumped v9.1.0
Signed-off-by: Matteo Collina <[email protected]>
1 parent c38bd87 commit 1d5a1a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "find-my-way",
3-
"version": "9.0.1",
3+
"version": "9.1.0",
44
"description": "Crazy fast http radix based router",
55
"main": "index.js",
66
"types": "index.d.ts",

test/regex.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,5 +267,5 @@ test('prevent back-tracking', (t) => {
267267
})
268268

269269
findMyWay.on('GET', '/:foo-:bar-', (req, res, params) => {})
270-
findMyWay.find('GET', '/' + '-'.repeat(16_000) + 'a', { host: 'fastify.io' })
270+
findMyWay.find('GET', '/' + '-'.repeat(16000) + 'a', { host: 'fastify.io' })
271271
})

0 commit comments

Comments
 (0)