Skip to content

Commit

Permalink
release: create-koa-web@1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zeffon committed Mar 29, 2023
1 parent 4fbd61c commit b974631
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/create-koa-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## <small>1.1.1 (2023-03-29)</small>

- fix(mini): missing koa-body in package.json ([4fbd61c](https://github.com/zeffon/koa-web/commit/4fbd61c))

## 1.1.0 (2023-03-29)

- chore: replace koa2-cors with @koa/cors ([1ccbc7a](https://github.com/zeffon/koa-web/commit/1ccbc7a))
Expand Down
2 changes: 1 addition & 1 deletion packages/create-koa-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-koa-web",
"version": "1.1.0",
"version": "1.1.1",
"description": "The scaffolding of building Node Service with `Koa2 + TypeScript`.",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit b974631

Please sign in to comment.