Skip to content

Commit

Permalink
Release 2.15.0
Browse files Browse the repository at this point in the history
[skip ci]

## [2.15.0](v2.14.2...v2.15.0) (2023-06-04)

### Features

* refactor with typescript ([#1](#1)) ([6ba0589](6ba0589))
  • Loading branch information
semantic-release-bot committed Jun 4, 2023
1 parent 6ba0589 commit e67034c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Changelog

## [2.15.0](https://github.com/eggjs/koa/compare/v2.14.2...v2.15.0) (2023-06-04)


### Features

* refactor with typescript ([#1](https://github.com/eggjs/koa/issues/1)) ([6ba0589](https://github.com/eggjs/koa/commit/6ba05896feb7af80c64a5f890d4c0b95ba01f9bc))

2.14.2 / 2023-04-12
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eggjs/koa",
"version": "2.14.2",
"version": "2.15.0",
"description": "Koa web app framework",
"main": "lib/application.js",
"types": "lib/application.d.ts",
Expand Down

0 comments on commit e67034c

Please sign in to comment.