Skip to content

Commit 55841a6

Browse files
committed
0.8.1
1 parent 5aa974d commit 55841a6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
---
44

5+
## 0.8.1
6+
7+
- feat(util) add red color for console.error msg, Fix [spmjs/spm-server#15](https://github.com/spmjs/spm-server/issues/15)
8+
- fix(util) resolve output dymatically, Fix [spmjs/spm-server#14](https://github.com/spmjs/spm-server/issues/14)
9+
510
## 0.8.0
611

712
- feat(middleware) no cache by default, enable using `cache` opt, Fix [#25](https://github.com/spmjs/serve-spm/issues/25)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serve-spm",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "SPM middleware for debug.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)