Skip to content

Commit 35b7030

Browse files
authored
Merge pull request #13 from ivandotv/changeset-release/main
Next release
2 parents 87585cd + c9f8f65 commit 35b7030

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/flat-pianos-sip.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silent-pumas-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

lib/koa-api/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# nextjs-koa-api
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- 87585cd: update function `attachRouter` to accept `KoaApi` with any context
8+
- 9ef9ccc: update docs: explain `attachRouter` function usage
9+
310
## 2.0.0
411

512
### Major Changes

lib/koa-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-koa-api",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Koa.js setup to be used with with Next.js api routes",
55
"keywords": [
66
"nextjs",

0 commit comments

Comments
 (0)