Skip to content

Commit 4fd3ec3

Browse files
committed
0.3.1
1 parent f587eb3 commit 4fd3ec3

File tree

4 files changed

+24
-27
lines changed

4 files changed

+24
-27
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 变更日志
22

3+
## 0.3.1 / 2019-3-4
4+
5+
- fix: 修复依赖不自动更新的问题
6+
37
## 0.3.0 / 2019-3-2
48

59
- 增加.d.ts文件,支持ts调用

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![](https://img.shields.io/badge/Powered%20by-jslib%20querystring-brightgreen.svg)](https://github.com/yanhaijing/jslib-querystring)
44
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jsmini/querystring/blob/master/LICENSE)
55
[![Build Status](https://travis-ci.org/jsmini/querystring.svg?branch=master)](https://travis-ci.org/jsmini/querystring)
6-
[![npm](https://img.shields.io/badge/npm-0.3.0-orange.svg)](https://www.npmjs.com/package/@jsmini/querystring)
6+
[![npm](https://img.shields.io/badge/npm-0.3.1-orange.svg)](https://www.npmjs.com/package/@jsmini/querystring)
77
[![NPM downloads](http://img.shields.io/npm/dm/@jsmini/querystring.svg?style=flat-square)](http://www.npmtrends.com/@jsmini/querystring)
88
[![Percentage of issues still open](http://isitmaintained.com/badge/open/jsmini/querystring.svg)](http://isitmaintained.com/project/jsmini/querystring "Percentage of issues still open")
99

package-lock.json

Lines changed: 16 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsmini/querystring",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "最好用的js第三方库脚手架",
55
"main": "dist/index.js",
66
"jsnext:main": "dist/index.esm.js",
@@ -42,8 +42,8 @@
4242
"rollup-plugin-node-resolve": "3.0.3"
4343
},
4444
"dependencies": {
45-
"@jsmini/extend": "0.2.0",
46-
"@jsmini/type": "0.4.1",
45+
"@jsmini/extend": "^0.3.1",
46+
"@jsmini/type": "^0.7.0",
4747
"babel-runtime": "6.26.0"
4848
}
4949
}

0 commit comments

Comments
 (0)