From ef3a083cc3a78624c6c5e973acff0e9d28a9089f Mon Sep 17 00:00:00 2001 From: Hoang Vo Date: Wed, 6 Jul 2022 20:38:13 +0700 Subject: [PATCH] Publish package --- CHANGELOG.md | 10 ++++++++++ examples/nextjs/package.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e9071a..a4309de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.0.0-next.2 + +- Edge Runtime Router by @hoangvvo in https://github.com/hoangvvo/next-connect/pull/200 + +## 1.0.0-next.1 + +- security: always return generic 500 error by @hoangvvo in https://github.com/hoangvvo/next-connect/pull/197 +- Always attach req.params by @hoangvvo in https://github.com/hoangvvo/next-connect/pull/198 +- Add benchmark and update readme by @hoangvvo in https://github.com/hoangvvo/next-connect/pull/199 + ## 1.0.0-next.0 See https://github.com/hoangvvo/next-connect/releases/tag/v1.0.0-next.0. diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 9762b4c..0e36831 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -11,7 +11,7 @@ "dependencies": { "cookie": "^0.5.0", "next": "12.2.0", - "next-connect": "file:../..", + "next-connect": "1.0.0-next.2", "react": "18.2.0", "react-dom": "18.2.0" }, diff --git a/package.json b/package.json index e7120c7..1274e20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-connect", - "version": "1.0.0-next.1", + "version": "1.0.0-next.2", "description": "The method routing and middleware layer for Next.js (and many others)", "keywords": [ "javascript",