Skip to content

Commit c04a15e

Browse files
committed
0.3.0
1 parent 3669c75 commit c04a15e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
---
44

5+
## 0.3.0
6+
7+
- feat(bin) simple bin for client
8+
- feat(install) log registry when install
9+
- fix(install) save don't work when pkg is found and version is supplied, Fix [spmjs/spm#1144](https://github.com/spmjs/spm/issues/1144)
10+
- deps: ali.gnode -> gnode
11+
512
## 0.2.11
613

714
fix(install) getVersion error, Fix [#31](https://github.com/spmjs/spm-client/issues/31)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spm-client",
3-
"version": "0.2.11",
3+
"version": "0.3.0",
44
"description": "spm client api",
55
"main": "index",
66
"dependencies": {

0 commit comments

Comments
 (0)