Skip to content

Commit

Permalink
Bump version 0.1.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsm committed Aug 11, 2015
1 parent 7600442 commit 5e2ed3f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.1.21 (2015/08/11)
===================
- Bug fix for asset/jspm.

0.1.20 (2015/08/10)
===================
- Expose http `server` instance to service.
Expand Down
20 changes: 16 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "micromono",
"version": "0.1.20",
"description": "Microservice in monolithic style",
"version": "0.1.21",
"description": "Monolithic micro-services framework",
"main": "lib/index.js",
"directories": {
"example": "example",
Expand All @@ -15,9 +15,21 @@
"url": "https://github.com/lsm/micromono.git"
},
"keywords": [
"microservice"
"microservices",
"service",
"framework",
"micro-services",
"monolithic",
"web",
"rpc",
"websockets",
"rest",
"restful",
"router",
"app",
"api"
],
"author": "Marc Liu",
"author": "lsm <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lsm/micromono/issues"
Expand Down

0 comments on commit 5e2ed3f

Please sign in to comment.