Skip to content

Commit af3a1fd

Browse files
committed
Release 2.13.0
1 parent 20e58cf commit af3a1fd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
2.13.0 / 2020-06-21
3+
==================
4+
5+
**features**
6+
* [[`bbcde76`](http://github.com/koajs/koa/commit/bbcde76f5cb5b67bbcd3201791cf0ef648fd3a8b)] - feat: support esm (#1474) (ZYSzys <<[email protected]>>)
7+
8+
**others**
9+
* [[`20e58cf`](http://github.com/koajs/koa/commit/20e58cf3e4f20fc5d5886df1d0ac6dd8c33bd202)] - test: imporve coverage to 100% (dead-horse <<[email protected]>>)
10+
* [[`4a40d63`](http://github.com/koajs/koa/commit/4a40d633c4b4a203c6656078f9952ccef65c5875)] - build: use prepare instead of prepublish (dead-horse <<[email protected]>>)
11+
* [[`226ba8c`](http://github.com/koajs/koa/commit/226ba8c8e81e83da48e7bf137be3f146d03f40b8)] - build: use prepublish instead of prepack (dead-horse <<[email protected]>>)
12+
213
2.12.1 / 2020-06-13
314
==================
415

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koa",
3-
"version": "2.12.1",
3+
"version": "2.13.0",
44
"description": "Koa web app framework",
55
"main": "lib/application.js",
66
"exports": {

0 commit comments

Comments
 (0)