From 7556cb4372f21e26ade437ad16bc90ebba9d583e Mon Sep 17 00:00:00 2001 From: ding Date: Tue, 11 Apr 2017 10:30:53 +0800 Subject: [PATCH] chore(release): 1.4.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c5da1..5a647dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.4.0](https://github.com/yidinghan/koa2-winston/compare/v1.3.0...v1.4.0) (2017-04-11) + + +### Features + +* add standardise keys recorder ([83abd7b](https://github.com/yidinghan/koa2-winston/commit/83abd7b)) +* **keysRecorder:** recorder return empty object ([a40ccbb](https://github.com/yidinghan/koa2-winston/commit/a40ccbb)) + + + # [1.3.0](https://github.com/yidinghan/koa2-winston/compare/v1.2.1...v1.3.0) (2017-04-10) diff --git a/package.json b/package.json index 3fb4d68..cd0f379 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koa2-winston", - "version": "1.3.0", + "version": "1.4.0", "description": "koa2 version winston logger like express-winston", "main": "index.js", "engines": {