From 59f66f274f9e11eed6dea042b8d89a5a0452ab16 Mon Sep 17 00:00:00 2001 From: Pedro Nauck Date: Mon, 23 Oct 2017 19:14:35 -0200 Subject: [PATCH] v3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 058ba1e..5634d14 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "microrouter", "description": "🚉 A tiny and functional router for ZEIT's Micro", - "version": "2.2.3", + "version": "3.0.0", "main": "dist/index.js", "jsnext:main": "lib/index.js", "scripts": {