From 4816cf1d8ba6a8ec4d887a8727e84a894bcf6d3e Mon Sep 17 00:00:00 2001 From: lsm Date: Fri, 13 Nov 2015 01:48:43 -0800 Subject: [PATCH] 0.1.32 --- HISTORY.md | 5 +++++ package.json | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c5b341d..af56bc0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +0.1.32 (2015/11/13) +=================== +- Expose more asset info in service announcement. +- Fix bugs for bundling asset. + 0.1.31 (2015/11/09) =================== - Support using `^` to override `baseUrl`. diff --git a/package.json b/package.json index b8b1916..f6e49d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "micromono", - "version": "0.1.31", + "version": "0.1.32", "description": "Monolithic micro-services framework", "main": "lib/index.js", "bin": { @@ -40,14 +40,14 @@ "homepage": "https://github.com/lsm/micromono", "dependencies": { "ampersand-class-extend": "1.0.2", - "async": "1.4.2", + "async": "1.5.0", "axon": "2.0.2", "cmdenv": "0.2.0", "debug": "2.2.0", "eventemitter3": "1.1.1", "express": "4.13.3", - "http-proxy": "1.11.2", - "jspm": "0.16.13", + "http-proxy": "1.12.0", + "jspm": "0.16.14", "lodash.assign": "3.2.0", "lodash.difference": "3.2.2", "lodash.isarray": "3.0.4",