From e4efc6bc06928ab96d10b3d44a9ab5b80fe3067a Mon Sep 17 00:00:00 2001 From: Hoang Vo <40987398+hoangvvo@users.noreply.github.com> Date: Sat, 5 Sep 2020 14:27:53 -0400 Subject: [PATCH] v0.9.0 --- CHANGELOG.md | 4 ++++ README.md | 3 ++- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d5e7e0..4910972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.9.0 + +- Add all() to match any methods (#105) + ## 0.8.1 - Fix handler return type (#75) diff --git a/README.md b/README.md index b1a72bc..e341271 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ [![CircleCI](https://circleci.com/gh/hoangvvo/next-connect.svg?style=svg)](https://circleci.com/gh/hoangvvo/next-connect) [![codecov](https://codecov.io/gh/hoangvvo/next-connect/branch/master/graph/badge.svg)](https://codecov.io/gh/hoangvvo/next-connect) [![minified size](https://badgen.net/bundlephobia/min/next-connect)](https://bundlephobia.com/result?p=next-connect) +[![download/year](https://badgen.net/npm/dy/next-connect)](https://www.npmjs.com/package/next-connect) [![PRs Welcome](https://badgen.net/badge/PRs/welcome/ff5252)](CONTRIBUTING.md) -The method routing and middleware layer for [Next.js](https://nextjs.org/) (also works in [micro](https://github.com/zeit/micro) or [Node.js HTTP Server](https://nodejs.org/api/http.html)). Powered by [trouter](https://github.com/lukeed/trouter). +The smol method routing and middleware for [Next.js](https://nextjs.org/) (also works in [micro](https://github.com/zeit/micro) or [Node.js HTTP Server](https://nodejs.org/api/http.html)). Powered by [trouter](https://github.com/lukeed/trouter). ## Installation diff --git a/package.json b/package.json index 250b756..7f12f55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-connect", - "version": "0.8.1", + "version": "0.9.0", "description": "The method routing and middleware layer for Next.js (and several others)", "keywords": [ "javascript",