Skip to content

Commit

Permalink
release: create-koa-web@1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeffon committed May 18, 2023
1 parent c0ccfe9 commit f5939f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/create-koa-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.4.0 (2023-05-18)

- perf: use config instead of custom time conversion ([34f482c](https://github.com/zeffon/koa-web/commit/34f482c))
- perf(generator): add JSON tyle in sequelize field ([c0ccfe9](https://github.com/zeffon/koa-web/commit/c0ccfe9))
- chore(lite): remove @security in lite-template ([a635fef](https://github.com/zeffon/koa-web/commit/a635fef))
- chore(template): remove unnecessary file ([7f25041](https://github.com/zeffon/koa-web/commit/7f25041))
- fix(generator): missing model comment ([cb5e112](https://github.com/zeffon/koa-web/commit/cb5e112))

## 1.3.0 (2023-04-18)

- docs: update README about generator ([aebf657](https://github.com/zeffon/koa-web/commit/aebf657))
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.3.0",
"version": "1.4.0",
"description": "The scaffolding of building Node Service with `Koa2 + TypeScript`.",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit f5939f2

Please sign in to comment.