diff --git a/HISTORY.md b/HISTORY.md index c61c9ab..fab8093 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +0.1.27 (2015/10/26) +=================== +- Bug fix for setting http server for services. +- Bug fix for merge and install jspm dependencies. +- Get micromono specific settings from property `micromono` of package.json. + + 0.1.26 (2015/10/23) =================== - [Breaking] Functions will be treated as rpc only when they are defined under diff --git a/package.json b/package.json index 220a658..7e364bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "micromono", - "version": "0.1.26", + "version": "0.1.27", "description": "Monolithic micro-services framework", "main": "lib/index.js", "directories": {