Skip to content

Commit b7d8c97

Browse files
committed
Release 2.12.1
1 parent e2030c7 commit b7d8c97

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

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

2+
2.12.1 / 2020-06-13
3+
==================
4+
5+
**fixes**
6+
* [[`e2030c7`](http://github.com/koajs/koa/commit/e2030c7249c7ae24e28158d8eae405a02fefc9f8)] - fix: Improve checks for Error in onerror handlers (#1468) (Julien Wajsberg <<[email protected]>>)
7+
8+
**others**
9+
* [[`5208c5e`](http://github.com/koajs/koa/commit/5208c5e15d35b3653fce6b8ed68d09865abea843)] - chore: Use single console.error() statement in error handler (#1471) (Mike Vosseller <<[email protected]>>)
10+
211
2.12.0 / 2020-05-18
312
==================
413

package.json

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

0 commit comments

Comments
 (0)