Skip to content

Commit

Permalink
Bump version 0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
lsm committed Aug 26, 2015
1 parent f904483 commit faf35b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micromono",
"version": "0.1.21",
"version": "0.1.22",
"description": "Monolithic micro-services framework",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit faf35b3

Please sign in to comment.