Skip to content

Commit

Permalink
0.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
lsm committed Nov 13, 2015
1 parent 5604600 commit 4816cf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micromono",
"version": "0.1.31",
"version": "0.1.32",
"description": "Monolithic micro-services framework",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 4816cf1

Please sign in to comment.