Skip to content

Commit a0d2816

Browse files
committed
Release 2.8.2
1 parent 54e8fab commit a0d2816

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.md

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

2+
2.8.2 / 2019-09-28
3+
==================
4+
5+
**fixes**
6+
* [[`54e8fab`](http://github.com/koajs/koa/commit/54e8fab3e3d907bbb264caf3e28a24773d0d6fdb)] - fix: encode redirect url if not already encoded (#1384) (fengmk2 <<[email protected]>>)
7+
8+
**others**
9+
* [[`817b498`](http://github.com/koajs/koa/commit/817b49830571b45a8aec6b1fc1525434f5798c58)] - test: fix body test (#1375) (Robert Nagy <<[email protected]>>)
10+
* [[`f75d445`](http://github.com/koajs/koa/commit/f75d4455359ecdf30eeb676e2c7f31d4cf7b42ed)] - test: fix end after end (#1374) (Robert Nagy <<[email protected]>>)
11+
212
2.8.1 / 2019-08-19
313
==================
414

package.json

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

0 commit comments

Comments
 (0)