diff --git a/HISTORY.md b/HISTORY.md index 9e52de9..678d439 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,10 @@ --- +## 0.7.5 + +- support multiple entry with standalone mode, Fix spmjs/spm-server/issues/10 + ## 0.7.4 - add rootPkg param to rule function diff --git a/package.json b/package.json index 13e1c37..dd85dd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serve-spm", - "version": "0.7.4", + "version": "0.7.5", "description": "SPM middleware for debug.", "main": "index.js", "scripts": {