From faf35b396d423728687c1b77e84026fcb0e6be80 Mon Sep 17 00:00:00 2001 From: lsm Date: Wed, 26 Aug 2015 11:32:48 -0700 Subject: [PATCH] Bump version 0.1.22 --- HISTORY.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 65dffba..5508139 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +0.1.22 (2015/08/26) +=================== +- Generate public path from `jspm.directories.lib` if possible. Otherwise fall back to use `jspm.directories.publicURL`. +- [Breaking change] New format for defining server middleware in `Service.use`. +- [Breaking change] Rename built-in middleware `partial-render` to `layout`. + 0.1.21 (2015/08/11) =================== - Bug fix for asset/jspm. @@ -11,7 +17,7 @@ 0.1.19 (2015/08/07) =================== -- [Breaking changes] Use `startService` and `runServer` instead of `boot` to run service/server. +- [Breaking change] Use `startService` and `runServer` instead of `boot` to run service/server. - Add `Makefile` for example. diff --git a/package.json b/package.json index 54cbbb0..44ea8fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "micromono", - "version": "0.1.21", + "version": "0.1.22", "description": "Monolithic micro-services framework", "main": "lib/index.js", "directories": {