From 597e1803994c185b959caa092a378a067d8d2a0a Mon Sep 17 00:00:00 2001 From: ding Date: Mon, 24 Apr 2017 14:15:04 +0800 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a647dc..04219af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [1.5.0](https://github.com/yidinghan/koa2-winston/compare/v1.4.0...v1.5.0) (2017-04-24) + + +### Features + +* **serializer:** use keysRecorder to build serializer for ctx.request ([e068c46](https://github.com/yidinghan/koa2-winston/commit/e068c46)) + + + # [1.4.0](https://github.com/yidinghan/koa2-winston/compare/v1.3.0...v1.4.0) (2017-04-11) diff --git a/package.json b/package.json index fd4eaf0..96f3b19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa2-winston", - "version": "1.4.0", + "version": "1.5.0", "description": "koa2 version winston logger like express-winston", "main": "index.js", "engines": {