Skip to content

Commit

Permalink
chore: bumb version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koshuang committed Apr 14, 2017
1 parent 7bc8394 commit 943f585
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<a name="0.2.0"></a>
# [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))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imhere",
"version": "0.1.0",
"version": "0.2.0",
"description": "A integrated node framework",
"main": "src/server.js",
"repository": "[email protected]:imheretw/imhere.git",
Expand Down

0 comments on commit 943f585

Please sign in to comment.