Skip to content

Commit

Permalink
Bump 0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
lsm committed Sep 11, 2015
1 parent 50ac44d commit fe67a37
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 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.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`.
Expand Down
2 changes: 1 addition & 1 deletion example/account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion example/home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion example/io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion example/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
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.22",
"version": "0.1.23",
"description": "Monolithic micro-services framework",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit fe67a37

Please sign in to comment.