From 943f58540710df7d0796ab1ceb9bc420ac54796a Mon Sep 17 00:00:00 2001 From: Kos Date: Sat, 15 Apr 2017 03:33:25 +0800 Subject: [PATCH] chore: bumb version to 0.2.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5dbc4ad --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ + +# [0.2.0](https://github.com/imheretw/imhere/compare/0.1.0...0.2.0) (2017-04-14) + + +### Bug Fixes + +* **gulp:** fix missing files to transpile ([9171e70](https://github.com/imheretw/imhere/commit/9171e70)) +* **view:** rename *.jade files to *.pug ([fde4e1a](https://github.com/imheretw/imhere/commit/fde4e1a)) + + +### Features + +* **API:** [GET /api/github/closed_issues] new API ([07d31fd](https://github.com/imheretw/imhere/commit/07d31fd)) +* **command:** new command yarn command:job:my v0.17.6 ([aaba4a0](https://github.com/imheretw/imhere/commit/aaba4a0)) +* **controller:** [ApplicationController] new ([fe33095](https://github.com/imheretw/imhere/commit/fe33095)) +* **job:** add runImmediate(), runLater(), runUntil() ([b511938](https://github.com/imheretw/imhere/commit/b511938)) +* **route:** add resource helper function ([4fc12e5](https://github.com/imheretw/imhere/commit/4fc12e5)) + + + diff --git a/package.json b/package.json index 8badb12..46d6d42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imhere", - "version": "0.1.0", + "version": "0.2.0", "description": "A integrated node framework", "main": "src/server.js", "repository": "git@github.com:imheretw/imhere.git",