From 37d082a7991bac516056fe5933a4527b40e184e0 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Mon, 17 Apr 2017 22:25:05 +0200 Subject: [PATCH] 9.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdfec76..7e1f151 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unexpected-express", - "version": "8.5.0", + "version": "9.0.0", "description": "Extend the unexpected assertion library with support for testing Express middleware", "main": "lib/unexpectedExpress.js", "scripts": {