From fe67a3768e4020c12de55d02db1ccb96a857a649 Mon Sep 17 00:00:00 2001 From: lsm Date: Fri, 11 Sep 2015 00:15:03 -0700 Subject: [PATCH] Bump 0.1.23 --- HISTORY.md | 5 +++++ example/account/package.json | 2 +- example/home/package.json | 2 +- example/io/package.json | 2 +- example/server/package.json | 2 +- package.json | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 5508139..ab1c244 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +0.1.23 (2015/09/10) +=================== +- Allow setting upgrade url in service definition. +- Allow setting service name by using `Service#name`. + 0.1.22 (2015/08/26) =================== - Generate public path from `jspm.directories.lib` if possible. Otherwise fall back to use `jspm.directories.publicURL`. diff --git a/example/account/package.json b/example/account/package.json index e2b28e0..5f3813e 100644 --- a/example/account/package.json +++ b/example/account/package.json @@ -7,7 +7,7 @@ "cookie-parser": "^1.3.5", "express-session": "^1.11.3", "jade": "^1.11.0", - "micromono": "^0.1.20", + "micromono": "0.1.23", "passport": "^0.2.2", "passport-local": "^1.0.0" } diff --git a/example/home/package.json b/example/home/package.json index d1e3fe2..badc145 100644 --- a/example/home/package.json +++ b/example/home/package.json @@ -12,7 +12,7 @@ "dependencies": { "body-parser": "^1.13.2", "jade": "^1.11.0", - "micromono": "^0.1.20" + "micromono": "0.1.23" }, "devDependencies": { "jspm": "0.15.7" diff --git a/example/io/package.json b/example/io/package.json index a1376c6..9c00142 100644 --- a/example/io/package.json +++ b/example/io/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "dependencies": { "jade": "^1.11.0", - "micromono": "^0.1.20", + "micromono": "0.1.23", "socket.io": "1.3.6" }, "jspm": { diff --git a/example/server/package.json b/example/server/package.json index fbfd48d..786404c 100644 --- a/example/server/package.json +++ b/example/server/package.json @@ -13,7 +13,7 @@ "express": "^4.13.1", "jade": "^1.11.0", "jspm": "^0.15.7", - "micromono": "^0.1.20" + "micromono": "0.1.23" }, "jspm": { "directories": { diff --git a/package.json b/package.json index 44ea8fd..689cf97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "micromono", - "version": "0.1.22", + "version": "0.1.23", "description": "Monolithic micro-services framework", "main": "lib/index.js", "directories": {