diff --git a/.changeset/flat-pianos-sip.md b/.changeset/flat-pianos-sip.md deleted file mode 100644 index ab7c13e..0000000 --- a/.changeset/flat-pianos-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nextjs-koa-api': patch ---- - -update function `attachRouter` to accept `KoaApi` with any context diff --git a/.changeset/silent-pumas-glow.md b/.changeset/silent-pumas-glow.md deleted file mode 100644 index e18ae3a..0000000 --- a/.changeset/silent-pumas-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'nextjs-koa-api': patch ---- - -update docs: explain `attachRouter` function usage diff --git a/lib/koa-api/CHANGELOG.md b/lib/koa-api/CHANGELOG.md index 9c3aef9..f965d25 100644 --- a/lib/koa-api/CHANGELOG.md +++ b/lib/koa-api/CHANGELOG.md @@ -1,5 +1,12 @@ # nextjs-koa-api +## 2.0.1 + +### Patch Changes + +- 87585cd: update function `attachRouter` to accept `KoaApi` with any context +- 9ef9ccc: update docs: explain `attachRouter` function usage + ## 2.0.0 ### Major Changes diff --git a/lib/koa-api/package.json b/lib/koa-api/package.json index b0c0b2f..7a56fc6 100644 --- a/lib/koa-api/package.json +++ b/lib/koa-api/package.json @@ -1,6 +1,6 @@ { "name": "nextjs-koa-api", - "version": "2.0.0", + "version": "2.0.1", "description": "Koa.js setup to be used with with Next.js api routes", "keywords": [ "nextjs",