Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yidinghan committed Apr 10, 2017
1 parent 3f2cdc5 commit e0f33ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

<a name="1.2.0"></a>
# [1.2.0](https://github.com/yidinghan/koa2-winston/compare/v1.1.0...v1.2.0) (2017-04-10)


### Features

* init index.js ([04f8e2e](https://github.com/yidinghan/koa2-winston/commit/04f8e2e))
* **ci:** init .travis.yml ([ef2e57e](https://github.com/yidinghan/koa2-winston/commit/ef2e57e))
* **package:** add lodash.omit and winston ([0f09ea4](https://github.com/yidinghan/koa2-winston/commit/0f09ea4))



<a name="1.1.0"></a>
# 1.1.0 (2017-04-10)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koa2-winston",
"version": "1.1.0",
"version": "1.2.0",
"description": "koa2 version winston logger like express-winston",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e0f33ff

Please sign in to comment.